mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
chore: added cache and local storage to gitignore
This commit is contained in:
parent
8949584e7c
commit
d5294da9da
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,6 +2,9 @@
|
|||
/vendor/
|
||||
/node_modules/
|
||||
/storage/uploads/
|
||||
/storage/cache
|
||||
/storage/db
|
||||
/storage/influxdb
|
||||
/tests/resources/storage/
|
||||
/.idea/
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue