2020-04-30 15:51:30 +00:00
|
|
|
/nimcache
|
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
/build
|
|
|
|
|
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
|
|
|
|
2020-06-30 17:31:00 +00:00
|
|
|
# Generated Files
|
|
|
|
*.generated.nim
|
|
|
|
|
2020-04-30 15:51:30 +00: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 20:39:16 +00:00
|
|
|
|
2020-11-02 04:11:31 +00:00
|
|
|
.DS_Store
|
|
|
|
|
2020-05-08 20:39:16 +00:00
|
|
|
# Ignore simulation generated metrics files
|
|
|
|
/metrics/prometheus
|
|
|
|
/metrics/waku-sim-all-nodes-grafana-dashboard.json
|
2021-02-18 22:59:10 +00:00
|
|
|
|
2021-03-03 08:40:19 +00:00
|
|
|
*.log
|
2021-03-17 08:52:27 +00:00
|
|
|
package-lock.json
|
2022-11-08 13:28:11 +00:00
|
|
|
package.json
|
2021-03-17 08:52:27 +00:00
|
|
|
node_modules/
|
2021-04-13 04:29:12 +00:00
|
|
|
/.update.timestamp
|
2022-05-16 10:49:36 +00:00
|
|
|
|
|
|
|
# Ignore Jetbrains IDE files
|
2022-08-05 10:48:01 +00:00
|
|
|
.idea/
|
2023-02-28 13:38:30 +00:00
|
|
|
|
2023-08-04 09:34:22 +00:00
|
|
|
# ignore vscode files
|
|
|
|
.vscode/
|
|
|
|
|
2023-02-28 13:38:30 +00:00
|
|
|
# RLN / keystore
|
|
|
|
rlnKeystore.json
|
2023-03-21 07:37:10 +00:00
|
|
|
*.tar.gz
|
2022-09-12 03:19:35 +00:00
|
|
|
|
|
|
|
# Nimbus Build System
|
|
|
|
nimbus-build-system.paths
|
2022-11-10 16:58:31 +00:00
|
|
|
|
|
|
|
# sqlite db
|
|
|
|
*.db
|
|
|
|
*.db-shm
|
|
|
|
*.db-wal
|
|
|
|
*.sqlite3
|
|
|
|
*.sqlite3-shm
|
2023-01-16 12:56:18 +00:00
|
|
|
*.sqlite3-wal
|
2023-05-12 16:08:41 +00:00
|
|
|
|
2023-08-02 08:45:15 +00:00
|
|
|
/examples/nodejs/build/
|
2023-09-27 13:53:23 +00:00
|
|
|
|
|
|
|
# Coverage
|
|
|
|
coverage_html_report/
|
|
|
|
*.info
|
|
|
|
|
|
|
|
# Wildcard
|
|
|
|
*.ignore.*
|