gitignore files in cache, but not the folder

This commit is contained in:
sørenpeter 2023-11-12 13:17:08 +01:00
parent 7b24598f90
commit 2d8753dcfe

3
.gitignore vendored
View file

@ -5,5 +5,6 @@ Thumbs.db
*.DS_Store *.DS_Store
*.txt *.txt
private/cache/ private/cache/
!private/cache/.gitkeep
private/config.ini private/config.ini
error_log error_log