adding gitignore

This commit is contained in:
Dmitriy Ryajov 2021-11-23 11:10:14 -06:00 committed by markspanbroek
parent 2c460c575f
commit eb8ee2dcdf
1 changed files with 20 additions and 5 deletions

25
.gitignore vendored
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