improved .gitignore

This commit is contained in:
2019-10-13 15:55:43 +02:00
parent c3e46357a3
commit 2987210451
+2 -3
View File
@@ -11,6 +11,8 @@ backup/*
!backup/.*
cache/*
!cache/.*
tmp/*
!tmp/.*
assets/*
!assets/.*
logs/*
@@ -46,6 +48,3 @@ tests/_support/_generated/*
tests/cache/*
tests/error.log
system/templates/testing/*
tmp/*
cache/*