2022-08-20 16:40:33 +02:00
|
|
|
# beacon_chain
|
2024-04-07 01:10:15 +03:00
|
|
|
# Copyright (c) 2018-2024 Status Research & Development GmbH
|
2022-08-20 16:40:33 +02: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 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
|
|
|
|
|
2020-11-24 23:21:47 +02:00
|
|
|
# Each developer can create a personal .env file with
|
|
|
|
# local settings overrides (e.g. WEB3_URL)
|
|
|
|
.env
|
2022-10-15 04:46:30 +03:00
|
|
|
.direnv/
|
2020-11-24 23:21:47 +02:00
|
|
|
|
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
|
2021-11-18 13:02:43 +01:00
|
|
|
*.su
|
2019-07-11 13:52:59 +02:00
|
|
|
|
|
|
|
/scripts/testnet*.sh
|
2021-12-07 14:23:57 +01:00
|
|
|
/scripts/package_image/usr/bin
|
2019-07-11 13:52:59 +02:00
|
|
|
|
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
|
|
|
|
2022-12-08 10:03:24 +01:00
|
|
|
/local-testnet-*/
|
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
|
|
|
|
2022-08-20 16:40:33 +02:00
|
|
|
test_keymanager_api
|
2023-04-27 14:17:19 +02:00
|
|
|
test_sim
|
2022-08-20 16:40:33 +02:00
|
|
|
|
2023-07-19 09:48:39 +02:00
|
|
|
/*linkerArgs.txt
|
2022-09-06 23:41:33 +02:00
|
|
|
|
2023-05-14 23:32:45 +02:00
|
|
|
# scripts/geth_binaries.sh
|
|
|
|
geth-*.tar.gz
|
|
|
|
geth-*.zip
|
|
|
|
|
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
|
2021-03-02 11:27:45 +01:00
|
|
|
*.nim.generated.nim
|
2020-09-01 09:59:19 +02:00
|
|
|
|
2024-04-07 01:10:15 +03:00
|
|
|
result
|
2020-10-15 14:19:41 +02:00
|
|
|
/dist
|
2020-12-11 12:12:43 +01:00
|
|
|
/benchmark_results
|
2020-12-14 17:45:31 +01:00
|
|
|
/.update.timestamp
|
2022-01-11 11:01:54 +01:00
|
|
|
resttest0_data
|
2022-02-28 00:08:38 +02:00
|
|
|
|
2022-08-20 16:40:33 +02:00
|
|
|
# macOS
|
2022-02-28 00:08:38 +02:00
|
|
|
.DS_Store
|
|
|
|
**/.DS_Store
|
2022-03-31 01:00:03 +03:00
|
|
|
|
|
|
|
# Nimble user files
|
|
|
|
nimble.develop
|
|
|
|
nimble.paths
|
2022-10-05 02:39:12 +03:00
|
|
|
|
|
|
|
# nimbus-build-system files
|
|
|
|
nimbus-build-system.paths
|