2018-07-20 15:46:03 +02:00
|
|
|
nimcache/
|
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
build/
|
2019-08-21 14:45:24 +02:00
|
|
|
|
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
|
|
|
|
|
|
|
# ntags/ctags output
|
|
|
|
/tags
|
|
|
|
|
2020-05-22 20:04:52 +03:00
|
|
|
# vscode
|
|
|
|
.vscode
|
|
|
|
|
2019-08-21 14:45:24 +02:00
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
2018-07-20 15:46:03 +02:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2019-07-11 13:52:59 +02:00
|
|
|
|
2019-08-21 14:45:24 +02:00
|
|
|
# a symlink that can't be added to the repo because of Windows
|
2020-02-13 13:19:12 +01:00
|
|
|
/beacon_chain.nims
|
2019-08-21 14:45:24 +02:00
|
|
|
|
2019-07-11 13:52:59 +02:00
|
|
|
/scripts/testnet*.sh
|
|
|
|
|
2019-08-16 14:55:48 +02:00
|
|
|
# State sim # TODO - move in another folder
|
|
|
|
0000-*.json
|
2020-05-03 19:44:04 +02:00
|
|
|
*.ssz
|
|
|
|
*.log
|
|
|
|
*.sqlite3
|
2020-08-31 14:34:04 +00:00
|
|
|
*.sqlite3-shm
|
|
|
|
*.sqlite3-wal
|
2019-09-10 18:13:27 -04:00
|
|
|
|
2020-05-06 15:23:45 +02:00
|
|
|
/local_testnet_data*/
|
2020-07-01 10:37:04 +02:00
|
|
|
/local_testnet*_data*/
|
2020-06-03 02:18:25 +02:00
|
|
|
|
2020-06-10 17:21:32 +02:00
|
|
|
# Prometheus db
|
|
|
|
/data
|
2020-06-03 02:18:25 +02:00
|
|
|
# Grafana dashboards
|
|
|
|
/docker/*.json
|
2020-09-01 09:59:19 +02:00
|
|
|
|
|
|
|
# generated during Nim compilation
|
|
|
|
beacon_chain/sync_protocol.nim.generated.nim
|
|
|
|
|