chore: update ignore rules, remove unused files

This commit is contained in:
Eric Liu 2022-04-03 10:19:10 -07:00
commit a9cb474854
4 changed files with 9 additions and 14 deletions

10
.gitignore vendored
View file

@ -1,9 +1,5 @@
/coverage
/lib
/node_modules
lib
node_modules
.DS_Store
yarn-debug.log*
yarn-error.log*
*.tgz
.vscode
.idea
.idea

View file

@ -1,9 +1,9 @@
/coverage
/lib
/css
/**/__sapper__
/**/.routify
/**/dist
/**/client
/**/build
__sapper__
.svelte-kit
.routify
dist
client
build
*.svx

View file

View file

@ -1 +0,0 @@
# Maintainers