status-node-manager/.gitignore

32 lines
362 B
Plaintext
Raw Normal View History

2024-01-09 13:29:12 +00:00
# Project
nimbus_node_manager
nimbus_node_manager.exe
# Nim cache
nimcache
# Nimble
nimble.develop
2024-01-09 13:30:05 +00:00
nimble_develop
2024-01-09 13:29:12 +00:00
nimble.paths
2024-01-09 13:16:31 +00:00
# Nix & Direnv
.direnv
result
# Executables shall be put in an ignored build/ directory
/build
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# RLN / keystore
rlnKeystore.json
*.tar.gz