Skip to content

Commit 97f6777

Browse files
committed
Adds .cache directory to .gitignore
Excludes the '.cache' directory from version control. This prevents temporary build artifacts and cached data from being unintentionally committed to the repository, keeping the repository clean and reducing its size.
1 parent 5886d02 commit 97f6777

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules/
22
_site/
33
.idea
44
content/assets/index.json
5+
6+
.cache/

0 commit comments

Comments
 (0)