Ignore .cache by default in .gitignore
This commit is contained in:
parent
bb5b4054ff
commit
97e7427641
|
@ -10,8 +10,9 @@
|
||||||
# Ignore the build directory
|
# Ignore the build directory
|
||||||
/build
|
/build
|
||||||
|
|
||||||
# Ignore Sass' cache
|
# Ignore cache
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
|
/.cache
|
||||||
|
|
||||||
# Ignore .DS_store file
|
# Ignore .DS_store file
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Reference in a new issue