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
|
|
|
|
|
|
|
rln
|
2021-03-03 08:40:19 +00:00
|
|
|
*.log
|
2021-03-17 08:52:27 +00:00
|
|
|
package-lock.json
|
|
|
|
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/
|
|
|
|
rlnCredentials.txt
|
|
|
|
testPath.txt
|
2022-09-12 03:19:35 +00:00
|
|
|
|
|
|
|
# Nimbus Build System
|
|
|
|
nimbus-build-system.paths
|