mirror of https://github.com/ByConity/ByConity
Add .gitignore
This commit is contained in:
parent
4820498231
commit
3f35e686ed
|
@ -0,0 +1 @@
|
|||
build
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue