mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
ignore .jekyll-cache folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
.github
|
||||
.gitignore
|
||||
.idea
|
||||
.jekyll-cache
|
||||
.jekyll-metadata
|
||||
.sass-cache
|
||||
tests
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
**/.DS_Store
|
||||
**/desktop.ini
|
||||
.bundle/**
|
||||
.jekyll-cache
|
||||
.jekyll-metadata
|
||||
_site/**
|
||||
.sass-cache/**
|
||||
|
||||
Reference in New Issue
Block a user