quickshare/.gitignore
Hexxa c8a3f911e8
Release 0.3.0 (#37)
* 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
2021-01-31 19:37:05 +08:00

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