mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore: update ignore rules, remove unused files
This commit is contained in:
parent
755a8aa5bc
commit
a9cb474854
4 changed files with 9 additions and 14 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,9 +1,5 @@
|
||||||
/coverage
|
lib
|
||||||
/lib
|
node_modules
|
||||||
/node_modules
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
*.tgz
|
|
||||||
.vscode
|
.vscode
|
||||||
.idea
|
.idea
|
|
@ -1,9 +1,9 @@
|
||||||
/coverage
|
|
||||||
/lib
|
/lib
|
||||||
/css
|
/css
|
||||||
/**/__sapper__
|
__sapper__
|
||||||
/**/.routify
|
.svelte-kit
|
||||||
/**/dist
|
.routify
|
||||||
/**/client
|
dist
|
||||||
/**/build
|
client
|
||||||
|
build
|
||||||
*.svx
|
*.svx
|
|
@ -1 +0,0 @@
|
||||||
# Maintainers
|
|
Loading…
Add table
Add a link
Reference in a new issue