-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (81 loc) · 1.28 KB
/
.gitignore
File metadata and controls
98 lines (81 loc) · 1.28 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
# Mac specific files
.DS_Store
.AppleDouble
.LSOverride
Icon
config/*.terminal
config/iterm2*
# Thumbnails
._*
# Files that might appear on external disks
.Spotlight-V100
.Trashes
# Sensitive or environment-specific information
*.key
*.pem
*.crt
# Exception: Caddy internal CA root cert is public, meant for client distribution
!app-setup/templates/caddy-root-ca.crt
*.key.pub
*.env
.ssh/
shellchecked/
docs/old/
# Log files
logs/
*.log
*.log.*
# Backup files
backups/
*.bak
*.old
*~
*-backup
# Temporary files
tmp/
*.tmp
*.swp
*.swo
# Editor files
.idea/
.vscode/
*.sublime-*
# Node related
node_modules/
npm-debug.log
yarn-error.log
# Python related
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# Local configuration
config/config.conf
config.yml
local_config.yaml
user_settings.yaml
# User-modified scripts (transmission-done.sh was previously gitignored as a
# deployed copy; now tracked as a template after transmission-filebot merge)
# app-setup/templates/transmission-done.sh
# Claude Code runtime files
.claude/
# Note: CLAUDE.md is tracked in this repo (not gitignored)
# Compiled files
*.o
*.so
*.dylib
*.dll
*.exe
# System output files
/var/folders/*
# Homebrew bundle files
Brewfile.lock.json
# Wrong turns
no.tgz
no/
to-rsync.rtf
# Development session notes
plan.md