[experiment] Netlify Ignore (#2080)

* chore: ignore netlify builds for docs/

* chore: ignore netlify builds for www/

* chore: update netlify ignore to check against main
This commit is contained in:
Nate Moore 2021-12-02 10:07:54 -06:00 committed by GitHub
parent 1301f3daa9
commit 3fd59b8a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
docs/netlify.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
ignore = "git diff --quiet main HEAD docs/"

2
www/netlify.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
ignore = "git diff --quiet main HEAD www/"