Add bcrypt user file auth, JWT middleware on all write routes, Pinia authStore with localStorage persistence, login view with redirect support, and v-if guards on all CRUD controls and admin nav link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
300 B
Plaintext
26 lines
300 B
Plaintext
# Go
|
|
backend/server
|
|
backend/*.test
|
|
*.test
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
|
|
# Environment — never commit real credentials
|
|
.env
|
|
backend/.env
|
|
users.env
|
|
|
|
# Import data — large binary files, not committed
|
|
03-data/
|
|
obstsorten.zip
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Editor
|
|
.idea/
|
|
*.swp
|