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
|
|
|
|
|
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
|
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
|