mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:52:57 +03:00
56 lines
638 B
Plaintext
56 lines
638 B
Plaintext
# JetBrains
|
|
**/.idea
|
|
|
|
node_modules
|
|
|
|
# Output
|
|
.output
|
|
.vercel
|
|
/frontend/.svelte-kit
|
|
/frontend/build
|
|
/backend/bin
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.test
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Application specific
|
|
data
|
|
/frontend/tests/.auth
|
|
/frontend/tests/.report
|
|
pocket-id-backend
|
|
/backend/GeoLite2-City.mmdb
|
|
|
|
# Generated files
|
|
docs/build
|
|
docs/.docusaurus
|
|
docs/.cache-loader
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|