-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (84 loc) · 1.11 KB
/
.gitignore
File metadata and controls
92 lines (84 loc) · 1.11 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json
*.swp
*.swo
*~
# Environment / secrets
.env
.env.*
!.env.example
*.local
*.pem
.aws/
aws-credentials.json
.aws-credentials
server/*firebase-adminsdk*.json
# Python (server)
__pycache__/
*.py[cod]
*$py.class
.python-version
.venv/
venv/
env/
ENV/
server/.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Node / frontend (client)
node_modules/
client/node_modules/
dist/
client/dist/
dist-ssr/
coverage/
.vite/
# Build outputs / archives
build/
aws/dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
awscliv2.zip
# Logs / runtime
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.pid
*.pid.lock
# Local databases
*.db
*.sqlite
# Local deployment artifacts (do not track)
aws/
AWS_DEPLOYMENT_GUIDE.md
DEPLOYMENT_FIXED.md
DEPLOYMENT_SUCCESS.md
FINAL_DEPLOYMENT_STEPS.md
client/cloudfront-config.json
client/configure-cloudfront.sh
client/deploy-aws.sh
client/fix-cloudfront.sh
client/quick-deploy.sh
client/setup-cloudfront.sh
.github/workflows