2020-04-30 17:51:30 +02:00
|
|
|
/nimcache
|
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
/build
|
|
|
|
|
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
|
|
|
|
2020-06-30 19:31:00 +02:00
|
|
|
# Generated Files
|
|
|
|
*.generated.nim
|
|
|
|
|
2020-04-30 17:51:30 +02:00
|
|
|
# ntags/ctags output
|
|
|
|
/tags
|
|
|
|
|
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
|
|
/waku.nims
|
|
|
|
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2020-05-08 22:39:16 +02:00
|
|
|
|
2020-11-02 05:11:31 +01:00
|
|
|
.DS_Store
|
|
|
|
|
2020-05-08 22:39:16 +02:00
|
|
|
# Ignore simulation generated metrics files
|
|
|
|
/metrics/prometheus
|
|
|
|
/metrics/waku-sim-all-nodes-grafana-dashboard.json
|
2021-02-18 14:59:10 -08:00
|
|
|
|
2021-03-03 10:40:19 +02:00
|
|
|
*.log
|
2024-05-21 21:00:22 -04:00
|
|
|
/package-lock.json
|
|
|
|
/package.json
|
2021-03-17 10:52:27 +02:00
|
|
|
node_modules/
|
2021-04-13 14:29:12 +10:00
|
|
|
/.update.timestamp
|
2022-05-16 12:49:36 +02:00
|
|
|
|
|
|
|
# Ignore Jetbrains IDE files
|
2022-08-05 12:48:01 +02:00
|
|
|
.idea/
|
2023-02-28 19:08:30 +05:30
|
|
|
|
2023-08-04 11:34:22 +02:00
|
|
|
# ignore vscode files
|
|
|
|
.vscode/
|
|
|
|
|
2023-02-28 19:08:30 +05:30
|
|
|
# RLN / keystore
|
|
|
|
rlnKeystore.json
|
2023-03-21 13:07:10 +05:30
|
|
|
*.tar.gz
|
2022-09-12 08:49:35 +05:30
|
|
|
|
|
|
|
# Nimbus Build System
|
|
|
|
nimbus-build-system.paths
|
2022-11-10 22:28:31 +05:30
|
|
|
|
|
|
|
# sqlite db
|
|
|
|
*.db
|
|
|
|
*.db-shm
|
|
|
|
*.db-wal
|
|
|
|
*.sqlite3
|
|
|
|
*.sqlite3-shm
|
2023-01-16 18:26:18 +05:30
|
|
|
*.sqlite3-wal
|
2023-05-12 18:08:41 +02:00
|
|
|
|
2023-08-02 10:45:15 +02:00
|
|
|
/examples/nodejs/build/
|
2024-02-26 16:48:05 +01:00
|
|
|
/examples/rust/target/
|
|
|
|
|
2023-09-27 15:53:23 +02:00
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage_html_report/
|
|
|
|
*.info
|
|
|
|
|
|
|
|
# Wildcard
|
|
|
|
*.ignore.*
|
2024-05-21 23:03:33 +02:00
|
|
|
|
|
|
|
# Ignore all possible node runner directories
|
|
|
|
**/keystore/
|
|
|
|
**/rln_tree/
|
|
|
|
**/certs/
|
|
|
|
|