Ignore downloaded files
This commit is contained in:
parent
c9c52fbf15
commit
0350d940c6
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -31,8 +31,9 @@
|
||||||
# Ignore master key for decrypting credentials and more.
|
# Ignore master key for decrypting credentials and more.
|
||||||
/config/master.key
|
/config/master.key
|
||||||
|
|
||||||
# Ignore exported files
|
# Ignore exported and downloaded files
|
||||||
/export
|
/export
|
||||||
|
/download
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue