Nimble Setup (#110)

This commit is contained in:
zah 2022-06-17 11:43:10 +03:00 committed by GitHub
parent f75c0a273a
commit 981551ae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
nimcache
*.exe
nimble.develop
nimble.paths

4
config.nims Normal file
View File

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

4
nimble.lock Normal file
View File

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