diff --git a/.eslintignore b/.eslintignore index 103ccfb..7e51da9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ README.md app/ *.cjs +dist/ diff --git a/.gitignore b/.gitignore index 3f8ba06..6f9ed68 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,4 @@ typings/ .fusebox/ # Build output -dist/* +dist/ diff --git a/app/.eslintignore b/app/.eslintignore index 250f8ab..0c031f0 100644 --- a/app/.eslintignore +++ b/app/.eslintignore @@ -1,2 +1,6 @@ +node_modules/ README.md *.cjs +.svelte-kit/ +static/ +build/