mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-14 19:49:33 +00:00
12 lines
161 B
Text
12 lines
161 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
|