mirror of
https://github.com/gtsteffaniak/filebrowser.git
synced 2026-01-09 07:44:46 +08:00
Co-authored-by: Swedish Wiking <121635232+Swedish-Wiking@users.noreply.github.com> Co-authored-by: Pyro <pyrodd@gmail.com> Co-authored-by: Kevin B. <kurami32_kbm@proton.me> Co-authored-by: lps-rocks <10893911+lps-rocks@users.noreply.github.com> Co-authored-by: contributor <foss.contributor@gmail.com> Co-authored-by: Ironic <202444094+YoureIronic@users.noreply.github.com> Co-authored-by: Sarabanga <96509626+Sarabanga@users.noreply.github.com> Co-authored-by: ✿ corey <corey@x64.co>
59 lines
874 B
Plaintext
59 lines
874 B
Plaintext
*.db
|
|
*.bak
|
|
*.log
|
|
*.mjs
|
|
_old
|
|
rice-box.go
|
|
.idea/
|
|
/backend/backend
|
|
/backend/filebrowser
|
|
/backend/filebrowser.exe
|
|
frontend/tsconfig.tsbuildinfo
|
|
/backend/backend.exe
|
|
/backend/playwright-files.db
|
|
/backend/tmp
|
|
/backend/dist
|
|
/frontend/dist
|
|
/frontend/pkg
|
|
/frontend/test-results
|
|
/frontend/playwright-files
|
|
/frontend/screenshots
|
|
/frontend/tests/playwright-files/demo*
|
|
/frontend/loginAuth.json
|
|
/backend/vendor
|
|
/backend/*.cov
|
|
/backend/*test_config.yaml
|
|
/backend/generated.yaml
|
|
/backend/srv
|
|
/backend/http/dist
|
|
/backend/http/embed
|
|
|
|
.DS_Store
|
|
node_modules
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
bin/
|
|
build/
|
|
*__debug*
|
|
backend/custom.css
|
|
|
|
# Runtime cache directories created by tests/application
|
|
backend/preview/heic/
|
|
backend/preview/thumbnails/
|