nimbus-eth2/.gitignore
Ștefan Talpalaru e2025c5752
Prometheus & Grafana refactoring
- moved "process_dashboard.nim" in "tools/"
- README: made Witti the documented testnet and added instructions for
  getting metrics out of the local node
- moved Prometheus config file generation in its own script
- the static Grafana dashboard definition now covers all nodes, using
  a variable; only the remote testnet dashboards need to be dynamically
  generated
- "launch_local_testnet.sh" no longer needs a "--grafana" option
2020-06-10 19:55:26 +02:00

41 lines
515 B
Plaintext

nimcache/
# Executables shall be put in an ignored build/ directory
build/
# Nimble packages
/vendor/.nimble
# ntags/ctags output
/tags
# vscode
.vscode
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# a symlink that can't be added to the repo because of Windows
/beacon_chain.nims
/scripts/testnet*.sh
# State sim # TODO - move in another folder
0000-*.json
*.ssz
*.log
*.sqlite3
/local_testnet_data*/
# Prometheus db
/data
# Grafana dashboards
/docker/*.json