diff --git a/.gitignore b/.gitignore index c863188..0a5b722 100644 --- a/.gitignore +++ b/.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/*