forked from snowdreamtech/base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
204 lines (195 loc) · 5.34 KB
/
Copy path.gitattributes
File metadata and controls
204 lines (195 loc) · 5.34 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
192
193
194
195
196
197
198
199
200
201
202
203
204
# -----------------------------------------------------------------------------
# 1. Global Defaults
# -----------------------------------------------------------------------------
* text=auto eol=lf
# -----------------------------------------------------------------------------
# 2. Source Code (All LF)
# -----------------------------------------------------------------------------
*.bash text eol=lf
*.c text eol=lf
*.cjs text eol=lf
*.cpp text eol=lf
*.cs text eol=lf
*.css text eol=lf
*.dart text eol=lf
*.go text eol=lf
*.h text eol=lf
*.html text eol=lf
*.java text eol=lf
*.js text eol=lf
*.jsx text eol=lf
*.less text eol=lf
*.m text eol=lf
*.mjs text eol=lf
*.php text eol=lf
*.pl text eol=lf
*.py text eol=lf
*.rb text eol=lf
*.rs text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.svelte text eol=lf
*.swift text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.vue text eol=lf
*.zsh text eol=lf
# -----------------------------------------------------------------------------
# 3. Documentation & Configuration (All LF)
# -----------------------------------------------------------------------------
*.conf text eol=lf
*.csv text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.json5 text eol=lf
*.jsonc text eol=lf
*.md text eol=lf
*.toml text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
.ansible-lint text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.gitleaksignore text eol=lf
.prettierignore text eol=lf
.prettierrc text eol=lf
.shellcheckrc text eol=lf
.sqlfluffignore text eol=lf
.stylelintignore text eol=lf
.yamllint.yml text eol=lf
.github/CODEOWNERS text eol=lf
.goose/.goosehints text eol=lf
.cursor/rules/rules.mdc text eol=lf
docker-compose.yml text eol=lf
Dockerfile text eol=lf
.dockerignore text eol=lf
LICENSE text eol=lf
Makefile text eol=lf
Taskfile.yml text eol=lf
VERSION text eol=lf
*.psd1 text eol=lf
*.mts text eol=lf
*.cts text eol=lf
# -----------------------------------------------------------------------------
# 4. Windows Scripts (Enforce CRLF)
# -----------------------------------------------------------------------------
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# -----------------------------------------------------------------------------
# 5. Static Assets & Binary Files
# -----------------------------------------------------------------------------
# Archives
*.7z binary
*.bz2 binary
*.cab binary
*.ear binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.tgz binary
*.war binary
*.zip binary
# Media (Images, Video, Audio)
*.avi binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.pdf binary
*.png binary
*.svg text eol=lf
*.wav binary
*.webm binary
*.webp binary
# Executables & Libraries
*.class binary
*.dll binary
*.exe binary
*.o binary
*.so binary
# Fonts
*.eot binary
*.otf binary
*.ttf binary
*.woff binary
*.woff2 binary
# -----------------------------------------------------------------------------
# 6. Linguist / GitHub Overrides
# -----------------------------------------------------------------------------
# Standard build/dependency directories
node_modules/ linguist-vendored=true
dist/ linguist-vendored=true
build/ linguist-vendored=true
vendor/ linguist-vendored=true
.venv/ linguist-vendored=true
venv/ linguist-vendored=true
env/ linguist-vendored=true
__pycache__/ linguist-vendored=true
coverage/ linguist-vendored=true
out/ linguist-vendored=true
target/ linguist-vendored=true
.next/ linguist-vendored=true
.nuxt/ linguist-vendored=true
# AI Agent & IDE Configurations
/.adal/** linguist-vendored=true
/.agent/** linguist-vendored=true
/.agents/** linguist-vendored=true
/.aiassistant/** linguist-vendored=true
/.aide/** linguist-vendored=true
/.amazonq/** linguist-vendored=true
/.augment/** linguist-vendored=true
/.bito/** linguist-vendored=true
/.blackbox/** linguist-vendored=true
/.bob/** linguist-vendored=true
/.claude/** linguist-vendored=true
/.cline/** linguist-vendored=true
/.codebuddy/** linguist-vendored=true
/.codegeex/** linguist-vendored=true
/.codeium/** linguist-vendored=true
/.codex/** linguist-vendored=true
/.cody/** linguist-vendored=true
/.commandcode/** linguist-vendored=true
/.continue/** linguist-vendored=true
/.cortex/** linguist-vendored=true
/.crush/** linguist-vendored=true
/.cursor/** linguist-vendored=true
/.devin/** linguist-vendored=true
/.factory/** linguist-vendored=true
/.gemini/** linguist-vendored=true
/.goose/** linguist-vendored=true
/.iflow/** linguist-vendored=true
/.junie/** linguist-vendored=true
/.kilocode/** linguist-vendored=true
/.kiro/** linguist-vendored=true
/.kode/** linguist-vendored=true
/.mcpjam/** linguist-vendored=true
/.melty/** linguist-vendored=true
/.mux/** linguist-vendored=true
/.neovate/** linguist-vendored=true
/.opencode/** linguist-vendored=true
/.openhands/** linguist-vendored=true
/.pearai/** linguist-vendored=true
/.pi/** linguist-vendored=true
/.pochi/** linguist-vendored=true
/.qoder/** linguist-vendored=true
/.qwen/** linguist-vendored=true
/.roo/** linguist-vendored=true
/.shai/** linguist-vendored=true
/.specify/** linguist-vendored=true
/.supermaven/** linguist-vendored=true
/.tabnine/** linguist-vendored=true
/.trae/** linguist-vendored=true
/.vibe/** linguist-vendored=true
/.void/** linguist-vendored=true
/.windsurf/** linguist-vendored=true
/.zed/** linguist-vendored=true
/.zencoder/** linguist-vendored=true