chore: add gitignore to forcibly keep cache directories

Since people (or terrible GSPs) keep blocking any directory
named cache no matter where it exists by default.
This commit is contained in:
Linden
2024-04-06 16:58:59 +11:00
parent 1ff845a451
commit 1dd9bd3e86
3 changed files with 2 additions and 0 deletions

1
imports/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
!cache

1
resource/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
!cache

View File