* chore(all): remove unused files * chore(ignore): ignore js builds * chore(js bundles): remove js builds and add env setup scripts * fix(build/template): fix incorrect prod template and add ignores * fix(browser): refine selected status style and small fixes * chore(readme): update readme status
14 lines
No EOL
195 B
Text
14 lines
No EOL
195 B
Text
# frontend
|
|
**/*.bundle.js
|
|
**/*.js.map
|
|
**/coverage
|
|
**/files
|
|
**/node_modules/*
|
|
**/yarn-error
|
|
**/public/static/**/*.js
|
|
**/public/index.html
|
|
|
|
# backend
|
|
**/*/quickshare.db
|
|
**/*/files/
|
|
**/*/uploadings/ |