mirror of https://github.com/docker/docs.git
Add /build to gitignore
This commit is contained in:
parent
19c0c9bf06
commit
690a7d6dd7
|
@ -1,5 +1,6 @@
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pyc
|
*.pyc
|
||||||
|
/build
|
||||||
/dist
|
/dist
|
||||||
/docs/_site
|
/docs/_site
|
||||||
/docs/.git-gh-pages
|
/docs/.git-gh-pages
|
||||||
|
|
Loading…
Reference in New Issue