mirror of
https://github.com/danbulant/docker-compose
synced 2026-07-05 11:20:47 +00:00
fix: ignore vuepress cache + temp files on release (#148)
This commit is contained in:
parent
524fe42a07
commit
e58387d82e
1 changed files with 3 additions and 2 deletions
|
|
@ -11,5 +11,6 @@ test/
|
||||||
# VS Code settings
|
# VS Code settings
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
# CircleCI
|
# VuePress
|
||||||
.circleci
|
.cache
|
||||||
|
.temp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue