Browse Source

improved .gitignore

Bachir Soussi Chiadmi 4 years ago
parent
commit
2987210451
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .gitignore

+ 2 - 3
.gitignore

@@ -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/*