1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 11:36:46 +00:00
Files
pocket-id/.gitignore
Alessandro (Ale) Segala 419b7613ee Update example .env to use database for keys storage
Given recent conversations on how the database will be the preferred (or sole) method in a future release, start by updating the example env
2025-11-10 07:17:38 -08:00

63 lines
705 B
Plaintext

# JetBrains
**/.idea
# Node
node_modules
# PNPM
.pnpm-store/
# Output
.output
.vercel
/frontend/.svelte-kit
/frontend/build
/backend/bin
pocket-id
/tests/test-results/*.json
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.development-example
!.env.test
!.env.example
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/backend/.bin
/pocket-id
# Application specific
data
/tests/.auth
/tests/.report
/backend/GeoLite2-City.mmdb
/backend/frontend/dist
# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#Debug
backend/cmd/__debug_*