nim-json-rpc/.gitignore
2022-07-12 23:22:17 +03:00

23 lines
218 B
Plaintext

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