Nimble Setup (#110)
This commit is contained in:
parent
f75c0a273a
commit
981551ae5d
|
@ -1,2 +1,4 @@
|
||||||
nimcache
|
nimcache
|
||||||
*.exe
|
*.exe
|
||||||
|
nimble.develop
|
||||||
|
nimble.paths
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# begin Nimble config (version 1)
|
||||||
|
when system.fileExists("nimble.paths"):
|
||||||
|
include "nimble.paths"
|
||||||
|
# end Nimble config
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"packages": {}
|
||||||
|
}
|
Loading…
Reference in New Issue