-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (90 loc) · 1.39 KB
/
.gitignore
File metadata and controls
98 lines (90 loc) · 1.39 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
93
94
95
96
97
98
# --- ServerKit Consolidated .gitignore ---
# Node / Frontend
/frontend/node_modules/
/frontend/dist/
/frontend/npm-debug.log*
/frontend/yarn-debug.log*
/frontend/yarn-error.log*
/frontend/.eslintcache
/frontend/.stylelintcache
/frontend/coverage/
/frontend/.next/
/frontend/out/
/frontend/build/
# Python / Backend
/backend/venv/
/backend/instance/
/backend/__pycache__/
/backend/.pytest_cache/
/backend/.coverage
/backend/htmlcov/
/backend/.mypy_cache/
/backend/.tox/
/backend/*.pyc
/backend/*.pyo
/backend/*.pyd
/backend/.env
/backend/.venv
/backend/pip-log.txt
/backend/pip-delete-this-directory.txt
/backend/dev-data/
/venv/
# Go / Agent
/agent/serverkit-agent
/agent/serverkit-agent.exe
/agent/dist/
/agent/vendor/
/agent/*.test
/agent/*.out
/agent/bin/
# Environment / Secrets
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.key
*.pem
*.crt
*.csr
/backend/.env
/frontend/.env.local
# Docker
.docker-compose.untracked.yml
docker-compose.override.yml
# OS / IDE
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
*.sublime-project
*.sublime-workspace
# Project Specific
.planning_old/
.mcp.json
new_templates/
/.marketing/
/template-icons/
/.pr/
/.reviews/
/.claude/settings.local.json
/serverkit.db
/backend/instance/serverkit.db
# Logs & Temp
*.log
*.tmp
*.temp
/logs/
/tmp/
nul
SECURITY_AUDIT.md
APP_IMPROVEMENTS.md
*.png