keep var folder, but ignore contents

This commit is contained in:
flo 2025-01-02 03:40:23 +01:00
parent a5dffa065a
commit c1ba50d533
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,7 +8,6 @@
/data/cache/ /data/cache/
/data/db/ /data/db/
/public/data/ /public/data/
/var/
/vendor/ /vendor/
docker/docker-compose.yml docker/docker-compose.yml

2
var/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore