diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e7cca0525..1b79afe62 100644 --- a/.gitignore +++ b/.gitignore @@ -41,8 +41,11 @@ cookies *.webp *.annotations.xml *.description +.cache/ + # Allow config/media files in testdata !test/** + # Python *.pyc *.pyo |