diff options
Diffstat (limited to '')
-rw-r--r-- | .eslintignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..04bae15 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,8 @@ +**/*.min.js +**/dist/ +**/vendor/ +/_site/ +/js/coverage/ +/js/tests/integration/ +/site/static/sw.js +/site/layouts/ |