-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (29 loc) · 1.58 KB
/
.gitignore
File metadata and controls
36 lines (29 loc) · 1.58 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
# ── Dependencies ─────────────────────────────────────────────
node_modules/
# ── Build output ──────────────────────────────────────────────
dist/
out/
build/
# ── Environment / Secrets ─────────────────────────────────────
.env
# .env.example is intentionally NOT ignored (safe to commit)
# ── User data ─────────────────────────────────────────────────
# CraftDock stores instances, servers, accounts, and tokens here
craftdock-data/
# ── Logs ──────────────────────────────────────────────────────
*.log
logs/
npm-debug.log*
# ── OS files ──────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ── Editor files ─────────────────────────────────────────────
.vscode/
.idea/
*.suo
*.user
# ── Electron cache ────────────────────────────────────────────
.electron-cache/
_Make INSTALLER.bat
main.js.bak