remove /var/www as ignored folder
This commit is contained in:
parent
3ca9b0b746
commit
051ae85f69
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ format. An example config file with all available options::
|
||||||
exclude =
|
exclude =
|
||||||
^COMMIT_EDITMSG$
|
^COMMIT_EDITMSG$
|
||||||
^TAG_EDITMSG$
|
^TAG_EDITMSG$
|
||||||
^/var/
|
^/var/(?!www/).*
|
||||||
^/etc/
|
^/etc/
|
||||||
include =
|
include =
|
||||||
.*
|
.*
|
||||||
|
|
Loading…
Reference in a new issue