6 changed files with 43 additions and 90 deletions
@ -1,6 +1,40 @@ |
|||||||
node_modules/ |
# General |
||||||
**/coverage/ |
|
||||||
.github/workflows/act |
|
||||||
.DS_Store |
.DS_Store |
||||||
documentation.json |
Thumbs.db |
||||||
|
|
||||||
|
# IDEs and editors |
||||||
|
.idea/ |
||||||
|
.project |
||||||
|
.classpath |
||||||
|
.c9/ |
||||||
|
*.launch |
||||||
|
.settings/ |
||||||
|
*.sublime-workspace |
||||||
|
|
||||||
|
# Visual Studio Code |
||||||
|
.vscode/* |
||||||
|
!.vscode/settings.json |
||||||
|
!.vscode/tasks.json |
||||||
|
!.vscode/launch.json |
||||||
|
!.vscode/extensions.json |
||||||
|
.history/* |
||||||
|
|
||||||
|
# Node |
||||||
|
node_modules |
||||||
|
npm-debug.log |
||||||
|
|
||||||
|
# Build directories |
||||||
dist |
dist |
||||||
|
build |
||||||
|
|
||||||
|
# Testing |
||||||
|
coverage |
||||||
|
|
||||||
|
# Misc |
||||||
|
*.crx |
||||||
|
*.pem |
||||||
|
*.zip |
||||||
|
*.provisionprofile |
||||||
|
|
||||||
|
# Storybook |
||||||
|
documentation.json |
||||||
|
|||||||
@ -1,20 +1,7 @@ |
|||||||
.vs |
# Safari |
||||||
.vscode |
dist-safari |
||||||
.idea |
|
||||||
.DS_Store |
|
||||||
node_modules |
|
||||||
npm-debug.log |
|
||||||
vwd.webinfo |
|
||||||
css/ |
|
||||||
dist/ |
|
||||||
dist-safari/ |
|
||||||
webfonts/ |
|
||||||
*.crx |
|
||||||
*.pem |
|
||||||
*.zip |
|
||||||
build/ |
|
||||||
build.safariextension/ |
|
||||||
xcuserdata/ |
|
||||||
*.hmap |
|
||||||
!src/safari/safari/app/popup/index.html |
!src/safari/safari/app/popup/index.html |
||||||
src/safari/safari/app/ |
src/safari/safari/app/ |
||||||
|
build.safariextension |
||||||
|
xcuserdata |
||||||
|
*.hmap |
||||||
|
|||||||
@ -1,5 +1 @@ |
|||||||
node_modules |
|
||||||
build |
|
||||||
dist |
|
||||||
|
|
||||||
config/local.json |
config/local.json |
||||||
|
|||||||
@ -1,15 +1,2 @@ |
|||||||
.vs |
|
||||||
.idea |
|
||||||
.DS_Store |
|
||||||
node_modules |
|
||||||
npm-debug.log |
|
||||||
vwd.webinfo |
|
||||||
css/ |
|
||||||
dist/ |
|
||||||
*.pem |
|
||||||
*.crx |
|
||||||
*.zip |
|
||||||
*.swp |
|
||||||
build/ |
|
||||||
!dev-server.shared.pem |
!dev-server.shared.pem |
||||||
config/local.json |
config/local.json |
||||||
|
|||||||
Loading…
Reference in new issue