adding gitignore

This commit is contained in:
Dmitriy Ryajov
2021-11-25 09:37:12 +01:00
committed by markspanbroek
parent 2c460c575f
commit eb8ee2dcdf
+20 -5
View File
@@ -1,5 +1,20 @@
*
!*/
!*.*
nimcache/*
vendor/*
nimcache/
# Executables shall be put in an ignored build/ directory
build/
# 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