status-node-manager/.gitignore

33 lines
386 B
Plaintext
Raw Normal View History

2024-01-09 15:29:12 +02:00
# Project
status_node_manager
status_node_manager.exe
2024-01-13 15:59:27 +02:00
status_node_manager.out
2024-01-09 15:29:12 +02:00
# Nim cache
nimcache
# Nimble
nimble.develop
2024-01-09 15:30:05 +02:00
nimble_develop
2024-01-09 15:29:12 +02:00
nimble.paths
2024-01-09 15:16:31 +02: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