mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-19 14:41:16 +00:00
chore: git ignore vuepress cache and temp folders
This commit is contained in:
parent
1bc50ed7a0
commit
bfd45f47fa
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -75,3 +75,7 @@ typings/
|
||||||
# End of https://www.gitignore.io/api/node,jetbrains,visualstudiocode
|
# End of https://www.gitignore.io/api/node,jetbrains,visualstudiocode
|
||||||
|
|
||||||
/dist
|
/dist
|
||||||
|
|
||||||
|
### Vuepress ###
|
||||||
|
.cache
|
||||||
|
.temp
|
||||||
Loading…
Reference in a new issue