This repository was archived by the owner on Mar 20, 2026. It is now read-only.
forked from skalesapp/skales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
191 lines (160 loc) · 6.8 KB
/
Copy path.gitignore
File metadata and controls
191 lines (160 loc) · 6.8 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# ============================================================
# Skales v5.5.0 — .gitignore
# STRICT: Excludes all runtime data, secrets, and build artifacts
# ============================================================
# ──────────────────────────────────────────────
# SECRETS & ENVIRONMENT VARIABLES
# ──────────────────────────────────────────────
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
*.env
# ──────────────────────────────────────────────
# SKALES RUNTIME & USER DATA (auto-generated)
# Never commit — contains API keys, personal data,
# Telegram tokens, session data, and user profiles.
# ──────────────────────────────────────────────
.skales-data/
.skales-settings.json
.skales-checkpoints/
.skales-runtime/
# ──────────────────────────────────────────────
# PHASE 5 — AUTOPILOT & SKILL RUNTIME DATA
# Auto-generated by the Autopilot, Skills, and
# Autonomous Runner subsystems. Never commit.
# ──────────────────────────────────────────────
**/autopilot_logs.json
**/user_profile.json
**/tasks.json
**/skills/
**/documents/
**/browser-screenshots/
**/network-scan-*.json
# ──────────────────────────────────────────────
# DESKTOP BUDDY — Session memory logs
# Daily JSON files written by /api/buddy-memory.
# Contains personal Q&A exchanges — never commit.
# ──────────────────────────────────────────────
**/buddy/
apps/web/.skales-data/buddy/
# All nested user-data directories
apps/web/.skales-data/
apps/web/.skales-settings.json
apps/web/.skales-checkpoints/
# ──────────────────────────────────────────────
# USER-GENERATED SETTINGS (auto-created on first run)
# These files are written by the Skales onboarding UI.
# ──────────────────────────────────────────────
**/settings.json
**/telegram.json
**/telegram-session.json
**/telegram-inbox.json
**/whatsapp-session/
**/whatsapp-status.json
**/whatsapp-signature.json
**/whatsapp-contacts.json
**/friend-mode-state.json
**/human.json
**/soul.json
# ──────────────────────────────────────────────
# BOT RUNTIME FILES
# ──────────────────────────────────────────────
*.lock
.telegram-bot.lock
.wwebjs_cache/
.wwebjs_auth/
apps/web/.wwebjs_cache/
apps/web/.wwebjs_auth/
# ──────────────────────────────────────────────
# DEPENDENCIES
# ──────────────────────────────────────────────
node_modules/
.pnp
.pnp.js
.yarn/install-state.gz
# ──────────────────────────────────────────────
# BUILD OUTPUTS
# ──────────────────────────────────────────────
dist/
build/
out/
.next/
apps/installer/out/
# esbuild bot bundles — generated by `npm run bundle:bots` before packaging
apps/web/telegram-bot.bundled.js
apps/web/discord-bot.bundled.js
# node_modules archive — generated by `npm run pack:deps` for Windows build
apps/web/node_modules.tar.gz
# ──────────────────────────────────────────────
# LOGS
# ──────────────────────────────────────────────
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
telegram-bot-error.log
whatsapp-bot-error.log
next-dev-output.txt
# ──────────────────────────────────────────────
# TYPESCRIPT / NEXT.JS BUILD CACHE
# ──────────────────────────────────────────────
tsconfig.tsbuildinfo
*.tsbuildinfo
.turbo/
# ──────────────────────────────────────────────
# macOS SYSTEM FILES
# ──────────────────────────────────────────────
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.AppleDouble
.LSOverride
Icon
*.icloud
# ──────────────────────────────────────────────
# WINDOWS SYSTEM FILES
# ──────────────────────────────────────────────
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
Desktop.ini
$RECYCLE.BIN/
*.lnk
# ──────────────────────────────────────────────
# LINUX SYSTEM FILES
# ──────────────────────────────────────────────
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*
# ──────────────────────────────────────────────
# EDITOR & IDE
# ──────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project
.history/
*.code-workspace
# ──────────────────────────────────────────────
# MISC
# ──────────────────────────────────────────────
tmp/
temp/
.cache/
*.backup
*.bak
# Skills
skills-lock.json