mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2025-02-23 01:35:50 -06:00
7 lines
110 B
Text
7 lines
110 B
Text
# Ignore all files without extensions in any directory
|
|
*
|
|
!*/
|
|
!*.*
|
|
|
|
# Don't ignore .gitignore file
|
|
!.gitignore
|