mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
15 lines
217 B
Text
15 lines
217 B
Text
# Ignore all
|
|
*
|
|
# Unignore all with extensions
|
|
!*.*
|
|
# Unignore all dirs
|
|
!*/
|
|
# Ignore all exe files
|
|
*.exe
|
|
# Ignore all ini files
|
|
*.ini
|
|
# Other temp files
|
|
*.frmbin
|
|
#Ignore macOS stuff
|
|
*.command
|
|
!setup_inform_osx.command
|