2
0
mirror of https://github.com/status-im/nim-raft.git synced 2025-02-13 13:36:40 +00:00

9 lines
81 B
Plaintext
Raw Normal View History

# ignore all executable files
*
!*.*
!*/
*.exe
*.out
nimcache/
2023-08-31 23:52:52 +03:00
build/
nimbledeps/