-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (40 loc) · 968 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (40 loc) · 968 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
35
36
37
38
39
40
41
42
43
44
45
###> IDE ###
.idea/
.vscode/
###< IDE ###
###> Backend (Symfony) ###
# backend/.env is committed with safe default values (Symfony convention).
# Real secrets and environment-specific overrides go in backend/.env.local.
backend/.env.local
backend/.env.local.php
backend/.env.*.local
backend/.env.dev
backend/config/secrets/prod/prod.decrypt.private.php
backend/config/jwt/*.pem
backend/public/bundles/
backend/var/
backend/vendor/
backend/.phpunit.cache/
backend/phpunit.xml
backend/.phpunit.result.cache
backend/.php-cs-fixer.cache
backend/phpstan_errors.txt
backend/public/build/
backend/public/bundles/
###< Backend (Symfony) ###
###> Frontend (Angular) ###
frontend/node_modules/
frontend/dist/
frontend/.angular/
frontend/build_err*.txt
frontend/build_error*.txt
###< Frontend (Angular) ###
###> Docker ###
.env
docker-compose.override.yml
compose.override.yaml
###< Docker ###
node_modules
###> Custom Tools & Temp ###
.claude/
###< Custom Tools & Temp ###