Add .gitignore

This commit is contained in:
Alexey Milovidov 2021-03-14 15:01:03 +03:00
parent 4820498231
commit 3f35e686ed
2 changed files with 7 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build

View File

@ -22,3 +22,9 @@ virtualenv build
```
./build.py --skip-multi-page --skip-single-page --skip-amp --skip-pdf --skip-git-log --skip-docs --skip-test-templates --livereload 8080
```
# How to quickly test the ugly annoying broken links in docs
```
./build.py --skip-multi-page --skip-amp --skip-pdf --skip-blog --skip-git-log --skip-test-templates --lang en --livereload 8080
```