-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (100 loc) · 1.23 KB
/
.gitignore
File metadata and controls
112 lines (100 loc) · 1.23 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
# ===================
# Security - NEVER commit these
# ===================
.env
.env.*
!.env.example
.ht*
*.pem
*.key
*.p12
*.pfx
*.crt
*.cert
*credentials*.json
*secret*.json
*token*.json
id_rsa*
id_ed25519*
# ===================
# Large binary files - NEVER commit these
# ===================
# Video
*.mp4
*.mkv
*.avi
*.mov
*.webm
*.wmv
*.flv
# Audio
*.wav
*.mp3
*.ogg
*.flac
*.aac
*.m4a
# Images (large)
*.psd
*.xcf
*.tiff
*.bmp
*.raw
# Archives
*.zip
*.tar
*.tar.gz
*.tgz
*.rar
*.7z
# ===================
# PHP / Composer
# ===================
vendor/
composer.lock
*.phar
# ===================
# Databases
# ===================
*.db
*.sqlite
*.sqlite3
# ===================
# Logs and caches
# ===================
*.log
cache/
tmp/
temp/
# ===================
# Tutorial generated content
# (reproducible from tutorial.txt)
# ===================
*/frames/
*/audio/
*/segments/
*/recordings/
*/frames.txt
*/slideshow.mp4
# Node/Bun
node_modules/
bun.lockb
# ===================
# IDE / OS
# ===================
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# ===================
# Claude Code
# ===================
.claude/settings.local.json
# ===================
# Project specific
# ===================
all.php
public/php_errors.log