diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index f6e8e993b..269044ea9 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 @@ -28,4 +28,4 @@ user_guide_src/cilexer/pycilexer.egg-info/* *.sublime-workspace *.sublime-project /tests/tests/ -/tests/results/
\ No newline at end of file +/tests/results/ |