mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Include watched folder in gitignore
This commit is contained in:
parent
6566455a2f
commit
74ec1d65f9
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -32,6 +32,8 @@
|
||||||
!/public/exports/.keep
|
!/public/exports/.keep
|
||||||
/public/imports/*
|
/public/imports/*
|
||||||
!/public/imports/.keep
|
!/public/imports/.keep
|
||||||
|
!/public/imports/watched/.keep
|
||||||
|
!/public/imports/watched/put-your-files-here.txt
|
||||||
|
|
||||||
# Ignore master key for decrypting credentials and more.
|
# Ignore master key for decrypting credentials and more.
|
||||||
/config/master.key
|
/config/master.key
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue