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