mirror of
https://github.com/codex-storage/nim-json-rpc.git
synced 2025-02-20 15:08:06 +00:00
23 lines
218 B
Plaintext
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
|