mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2025-01-10 16:55:57 +00:00
1e7e95f5fd
Adds a pin-file for CI. When a dependency break something in the libp2p, we don't want for the CI to be broken on every branch, just on a "bump" branch that will update the pin-file & fix the eventual interop issue.
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
nimcache/
|
|
nimbledeps/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
build/
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
.vscode/
|
|
.DS_Store
|
|
tests/pubsub/testgossipsub
|