mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 16:33:11 +00:00
adding gitignore
This commit is contained in:
parent
2c460c575f
commit
eb8ee2dcdf
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,5 +1,20 @@
|
|||||||
*
|
nimcache/
|
||||||
!*/
|
|
||||||
!*.*
|
# Executables shall be put in an ignored build/ directory
|
||||||
nimcache/*
|
build/
|
||||||
vendor/*
|
|
||||||
|
# Nimble packages
|
||||||
|
/vendor/.nimble
|
||||||
|
|
||||||
|
# ntags/ctags output
|
||||||
|
/tags
|
||||||
|
|
||||||
|
# vscode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# Each developer can create a personal .env file with
|
||||||
|
# local settings overrides (e.g. WEB3_URL)
|
||||||
|
.env
|
||||||
|
|
||||||
|
.update.timestamp
|
||||||
|
dagger.nims
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user