mirror of
https://github.com/status-im/nim-taskpools.git
synced 2025-01-11 22:54:40 +00:00
Co-authored-by: Ivan Yonchovski <yyoncho@users.noreply.github.com>
This commit is contained in:
parent
89d693d3ff
commit
4bc0b592e8
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ nimcache/
|
||||
|
||||
# Executables shall be put in an ignored build/ directory
|
||||
build/
|
||||
nimble.develop
|
||||
nimble.paths
|
||||
|
4
config.nims
Normal file
4
config.nims
Normal 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
4
nimble.lock
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"version": 1,
|
||||
"packages": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user