Skip to content

Commit b45ad6e

Browse files
committed
chore: ignore local caches
- add .cache and webapp Vite cache to .gitignore
1 parent 56e546f commit b45ad6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ api/venv
55
# IDE files
66
.idea
77

8+
# Local caches
9+
.cache
10+
811
# development helper scripts
912
/*.sh
1013

@@ -14,3 +17,4 @@ api/venv
1417
# Webapp development files
1518
node_modules
1619
package-lock.json
20+
www/webapp/.vite/

0 commit comments

Comments
 (0)