mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-12 06:14:16 +00:00
10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
# ignore all executable files
|
|
*
|
|
!*.*
|
|
!*/
|
|
*.exe
|
|
*.out
|
|
nimcache/
|
|
build/
|
|
nimbledeps/
|
|
.VSCodeCounter |