gitignore files in cache, but not the folder

This commit is contained in:
sørenpeter 2023-11-12 13:19:15 +01:00
parent 2d8753dcfe
commit ee0a26c9c8
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View file

@ -4,7 +4,7 @@ Icon?
Thumbs.db Thumbs.db
*.DS_Store *.DS_Store
*.txt *.txt
private/cache/ private/cache/*
!private/cache/.gitkeep !private/cache/.gitkeep
private/config.ini private/config.ini
error_log error_log

0
private/cache/.gitkeep vendored Normal file
View file