Add setup files (#2)

This commit is contained in:
Ivan Yonchovski 2022-07-12 23:30:36 +03:00 committed by GitHub
parent 5347c59b4b
commit 15fff25b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
*
!*/
!*.*
!*.*
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

4
nimble.lock Normal file
View File

@ -0,0 +1,4 @@
{
"version": 1,
"packages": {}
}