diff options
author | 2021-12-02 10:14:02 -0600 | |
---|---|---|
committer | 2021-12-02 10:14:02 -0600 | |
commit | f6b15c3516ac13000ebe0c54a61159bfccf3ef4e (patch) | |
tree | 40cbac538576a3a047cf63a70328f5444fea8198 /docs/netlify.toml | |
parent | 3fd59b8a3a477bef0d357373d71c446b8ffd1deb (diff) | |
download | astro-f6b15c3516ac13000ebe0c54a61159bfccf3ef4e.tar.gz astro-f6b15c3516ac13000ebe0c54a61159bfccf3ef4e.tar.zst astro-f6b15c3516ac13000ebe0c54a61159bfccf3ef4e.zip |
[experiment] ignore netlify builds outside of docs and www
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r-- | docs/netlify.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml deleted file mode 100644 index 86b392642..000000000 --- a/docs/netlify.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build] - ignore = "git diff --quiet main HEAD docs/" |