quickshare/.gitignore
2021-09-16 21:44:19 +08:00

19 lines
No EOL
227 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