mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 22:06:21 +00:00
32 lines
459 B
Plaintext
32 lines
459 B
Plaintext
nimcache/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
build/
|
|
|
|
# Nimble packages
|
|
/vendor/.nimble
|
|
|
|
# Go packages
|
|
/vendor/go
|
|
!/vendor/go/src/github.com/libp2p/go-libp2p-daemon
|
|
|
|
# ntags/ctags output
|
|
/tags
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
/*.nims
|
|
|
|
/scripts/testnet*.sh
|
|
|
|
# State sim # TODO - move in another folder
|
|
0000-*.json
|
|
|