Add setup/lock files (#18) (#28)

Co-authored-by: Ivan Yonchovski <yyoncho@users.noreply.github.com>
This commit is contained in:
Mamy Ratsimbazafy 2023-01-12 11:29:28 +01:00 committed by GitHub
parent 89d693d3ff
commit 4bc0b592e8
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

@ -2,3 +2,5 @@ nimcache/
# Executables shall be put in an ignored build/ directory # Executables shall be put in an ignored build/ directory
build/ 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

4
nimble.lock Normal file
View File

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