nwaku/.gitignore

36 lines
510 B
Plaintext
Raw Normal View History

/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
# 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
rln
2021-03-03 08:40:19 +00:00
*.log
package-lock.json
node_modules/