* chore(cicd): add build and start script * fix(client/web): fix fail to reupload same file, avoid default worker * test(client/web): add case for worker list filtering
19 lines
No EOL
230 B
Text
19 lines
No EOL
230 B
Text
# frontend
|
|
**/*.bundle.js
|
|
**/*.js.map
|
|
**/coverage
|
|
**/files
|
|
**/node_modules/*
|
|
**/yarn-error
|
|
**/public/static/**/*.js
|
|
**/public/index.html
|
|
**/**/*.d.ts.map
|
|
|
|
# backend
|
|
**/*/quickshare.db
|
|
**/*/files/
|
|
**/*/uploadings/
|
|
|
|
# build
|
|
dist
|
|
tmp |