🙈 Ignore additional Files for Linting and Formatting

This commit is contained in:
RaviAnand Mohabir 2022-02-23 11:24:17 +01:00
parent e804c9f040
commit cf64209aeb
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
README.md
app/
*.cjs
dist/

2
.gitignore vendored
View File

@ -76,4 +76,4 @@ typings/
.fusebox/
# Build output
dist/*
dist/

View File

@ -1,2 +1,6 @@
node_modules/
README.md
*.cjs
.svelte-kit/
static/
build/