1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-06-02 12:50:14 +00:00
InForm/.gitignore
2023-10-16 06:30:03 +05:30

16 lines
217 B
Plaintext

# 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