mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
17d71faf67
* chore: build rln dependecies only when building v2 * chore(rln): deprecate ganache-cli; move installation from makefile to test + uninstall; gracefully terminate ganache * chore: add package.json to gitignore * fix(rln): move ganache package to build folder and remove package once uninstalled * refactor(rln): (un)install/run/stop ganache with separate procs Co-authored-by: Lorenzo Delgado <lorenzo@status.im> Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
46 lines
660 B
Plaintext
46 lines
660 B
Plaintext
/nimcache
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
/build
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# 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
|
|
|
|
.DS_Store
|
|
|
|
# Ignore simulation generated metrics files
|
|
/metrics/prometheus
|
|
/metrics/waku-sim-all-nodes-grafana-dashboard.json
|
|
|
|
rln
|
|
*.log
|
|
package-lock.json
|
|
package.json
|
|
node_modules/
|
|
/.update.timestamp
|
|
|
|
# Ignore Jetbrains IDE files
|
|
.idea/
|
|
rlnCredentials.txt
|
|
testPath.txt
|
|
|
|
# Nimbus Build System
|
|
nimbus-build-system.paths
|