Skip to content

Instantly share code, notes, and snippets.

@daehee
Created January 8, 2021 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daehee/c9cd3de1f0d508966d74c39bd8112e88 to your computer and use it in GitHub Desktop.
Save daehee/c9cd3de1f0d508966d74c39bd8112e88 to your computer and use it in GitHub Desktop.
nim .gitignore
# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*
*.dll
tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment