nim-json-rpc/.gitignore

21 lines
213 B
Plaintext

# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
# Ignore all binary outputs
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# Ignore the nimcache folders
nimcache/
# Ignore editor settings
.vscode