diff options
author | Andrey Andreev <narf@devilix.net> | 2017-07-03 13:00:48 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-07-03 13:00:48 +0200 |
commit | 7af882026c476f2a64376512b33ff890d2792a8d (patch) | |
tree | d4840a85947258f9ec502e8df18bd0036c3c2801 /.gitignore | |
parent | c58b005c5497419dd7ab79fc29ac7e5344c95039 (diff) |
[ci skip] Drop application/cache/.htaccess; close #5169
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index eb45390e9..96bce5941 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,11 @@ application/cache/* !application/cache/index.html -!application/cache/.htaccess application/logs/* !application/logs/index.html -!application/logs/.htaccess + +!application/*/.htaccess composer.lock |