Add setup files

This commit is contained in:
Ivan Yonchovski 2022-07-05 12:03:56 +03:00 committed by zah
parent 25009951ff
commit f4c4233de4
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
nimcache/
*.exe
gen
nimble.develop
nimble.paths

4
config.nims Normal file
View File

@ -0,0 +1,4 @@
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config