nimbus-eth2/.gitignore
tersec 02ddc41960
ignore sqlite WAL journals in git; increase logging priority of attestation/block sending (#1590)
* ignore sqlite WAL journal files in git; switch attestation resolved from info to debug

* promote sent attestations/blocks to notice rather than demote resolved attestations/blocks to debug
2020-08-31 14:34:04 +00:00

43 lines
565 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
*.sqlite3-shm
*.sqlite3-wal
/local_testnet_data*/
/local_testnet*_data*/
# Prometheus db
/data
# Grafana dashboards
/docker/*.json