nim-json-rpc/.gitignore

25 lines
227 B
Plaintext
Raw Normal View History

2018-04-11 11:48:34 +00:00
# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
# Ignore all binary outputs
*.so
*.dylib
*.a
*.la
*.exe
*.dll
2018-03-01 13:17:27 +00:00
nimcache/
/build
2018-04-11 11:48:34 +00:00
2018-06-21 17:44:01 +00:00
# Ignore editor settings
.vscode
2022-07-12 20:22:17 +00:00
nimble.develop
nimble.paths
2023-02-22 02:59:21 +00:00
/vendor