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