japl/.gitignore

24 lines
161 B
Plaintext

# Default nim's gitignore
nimcache/
nimblecache/
htmldocs/
# PyCharm
.idea/
# MacOS
.DS_Store
# Executables
main
*.exe
# Dependency graphs
*.deps
*.dot