quickshare/.gitignore
Hexxa ede6c239f0
chore(ci/cd): refine scripts and docs (#36)
* chore(ci/cd): refine scripts and docs

* text(server): fix incorrect server port
2021-01-30 22:03:59 +08:00

18 lines
No EOL
225 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/
# misc
dist