Add setup files (#38)

This commit is contained in:
Ivan Yonchovski 2022-07-25 22:08:33 +03:00 committed by GitHub
parent e625f47423
commit ab99e2de33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
nimcache/
build/
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