Skip to content

Commit

Permalink
Add setup/lock files (#18) (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Yonchovski <yyoncho@users.noreply.github.com>
  • Loading branch information
mratsim and yyoncho committed Jan 12, 2023
1 parent 89d693d commit 4bc0b59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ nimcache/

# Executables shall be put in an ignored build/ directory
build/
nimble.develop
nimble.paths
4 changes: 4 additions & 0 deletions config.nims
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config
4 changes: 4 additions & 0 deletions nimble.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": 1,
"packages": {}
}

0 comments on commit 4bc0b59

Please sign in to comment.