2022-08-20 14:40:33 +00:00
|
|
|
# beacon_chain
|
2023-05-14 21:32:45 +00:00
|
|
|
# Copyright (c) 2018-2023 Status Research & Development GmbH
|
2022-08-20 14:40:33 +00:00
|
|
|
# Licensed and distributed under either of
|
|
|
|
# * MIT license (license terms in the root directory or at http://opensource.org/licenses/MIT).
|
|
|
|
# * Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
|
|
|
|
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
|
2022-10-15 01:46:30 +00:00
|
|
|
.direnv/
|
2020-11-24 21:21:47 +00:00
|
|
|
|
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
|
2021-11-18 12:02:43 +00:00
|
|
|
*.su
|
2019-07-11 11:52:59 +00:00
|
|
|
|
|
|
|
/scripts/testnet*.sh
|
2021-12-07 13:23:57 +00:00
|
|
|
/scripts/package_image/usr/bin
|
2019-07-11 11:52:59 +00:00
|
|
|
|
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
|
|
|
|
2022-12-08 09:03:24 +00:00
|
|
|
/local-testnet-*/
|
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
|
|
|
|
2022-08-20 14:40:33 +00:00
|
|
|
test_keymanager_api
|
2023-04-27 12:17:19 +00:00
|
|
|
test_sim
|
2022-08-20 14:40:33 +00:00
|
|
|
|
2022-09-06 21:41:33 +00:00
|
|
|
/libnfuzz_linkerArgs.txt
|
|
|
|
|
2023-05-14 21:32:45 +00:00
|
|
|
# scripts/geth_binaries.sh
|
|
|
|
geth-*.tar.gz
|
|
|
|
geth-*.zip
|
|
|
|
|
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
|
2021-03-02 10:27:45 +00:00
|
|
|
*.nim.generated.nim
|
2020-09-01 07:59:19 +00:00
|
|
|
|
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
|
2022-01-11 10:01:54 +00:00
|
|
|
resttest0_data
|
2022-02-27 22:08:38 +00:00
|
|
|
|
2022-08-20 14:40:33 +00:00
|
|
|
# macOS
|
2022-02-27 22:08:38 +00:00
|
|
|
.DS_Store
|
|
|
|
**/.DS_Store
|
2022-03-30 22:00:03 +00:00
|
|
|
|
|
|
|
# Nimble user files
|
|
|
|
nimble.develop
|
|
|
|
nimble.paths
|
2022-10-04 23:39:12 +00:00
|
|
|
|
|
|
|
# nimbus-build-system files
|
|
|
|
nimbus-build-system.paths
|