-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (28 loc) · 716 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (28 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.env
.env.*
!.env.example
# Die Testkonfiguration gehört ins Repo — sie enthält nur Wegwerf-Werte und
# zeigt auf SQLite im Arbeitsspeicher.
!backend/.env.testing
backend/vendor/
backend/storage/*.key
backend/storage/framework/cache/*
backend/storage/framework/sessions/*
backend/storage/framework/views/*
backend/storage/logs/*
backend/bootstrap/cache/*
backend/.phpunit.result.cache
frontend/node_modules/
frontend/.nuxt/
frontend/.output/
frontend/.data/
frontend/dist/
demo/seed/
!demo/seed/.gitkeep
.DS_Store
*.log
# Affinity Designer working lock files (the source .afdesign stays tracked)
*~lock~
# Claude Code — per-developer local files, never shared
.claude/settings.local.json
CLAUDE.local.md