mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-24 05:39:21 +00:00
21 lines
190 B
Plaintext
21 lines
190 B
Plaintext
|
# Ignore all files without extensions (unix executable files)
|
||
|
*
|
||
|
!*.*
|
||
|
!*/
|
||
|
|
||
|
# Ignore all binary outputs
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.a
|
||
|
*.la
|
||
|
*.exe
|
||
|
*.dll
|
||
|
|
||
|
nimcache/
|
||
|
/build
|
||
|
|
||
|
# Ignore editor settings
|
||
|
.vscode
|
||
|
|
||
|
|