nimtemplate/.gitignore
2021-09-15 21:55:32 -06:00

11 lines
94 B
Text

# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*