Adding a rule for private files in gitignore (#7535)
In daily work, we have some files, scripts which are not comitable yet useful when working. Seeing them in git status is annoying. Let's support them in `.gitignore` Co-authored-by: Alessio Treglia <alessio@tendermint.com>
This commit is contained in:
parent
f260ca4319
commit
23bfbe391b
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,6 +9,10 @@
|
||||
.idea
|
||||
*.pyc
|
||||
|
||||
# private files
|
||||
private[.-]*
|
||||
private
|
||||
|
||||
# Build
|
||||
vendor
|
||||
build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user