18 lines
No EOL
225 B
Text
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 |