-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (42 loc) · 924 Bytes
/
.gitignore
File metadata and controls
50 lines (42 loc) · 924 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
46
47
48
49
50
# ==============================================================================
# MacSweep .gitignore — Commercial Distribution
# Only README, LICENSE, and release assets are tracked in the public repo.
# All source code is excluded from version control.
# ==============================================================================
# ---------- Core Source Code (HIDDEN) ----------
bin/
lib/
modules/
gui/
xcode/
tests/
config.yaml
# ---------- Hidden Backups ----------
.install.sh.bak
.macsweep.rb.bak
# ---------- Build Artifacts ----------
build/
dist/
*.app
*.dmg
*.zip
node_modules/
# ---------- IDE & OS ----------
.DS_Store
*.swp
*.swo
.vscode/
.idea/
*.xcworkspace
*.xcuserdata
# ---------- Claude / Dev Context ----------
.claude/
# ---------- Release & CI (keep private) ----------
.github/
# ---------- Misc ----------
*.log
*.tmp
/tmp/
# Payment server secrets
payment/.env
payment/node_modules/