mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-16 14:58:06 +00:00
Add setup files (#2)
This commit is contained in:
parent
5347c59b4b
commit
15fff25b23
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
*
|
*
|
||||||
!*/
|
!*/
|
||||||
!*.*
|
!*.*
|
||||||
|
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