mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 09:26:38 +00:00
17 lines
226 B
Plaintext
17 lines
226 B
Plaintext
nimcache/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
build/
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
|
|
node_modules
|
|
nohup.out
|
|
hardhat.config.js
|
|
package-lock.json
|