Skip to content

Commit 9905a08

Browse files
authored
add .cache folder to .gitignore
1 parent 311797d commit 9905a08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# don't track unpublished builds or stage
66
output
77

8+
# don't track .cache directory
9+
.cache/*
10+
811
# don't track assets generated from source
912
generated-assets
1013
**/*.pkl

0 commit comments

Comments
 (0)