-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy path.gitattributes
More file actions
28 lines (25 loc) · 891 Bytes
/
.gitattributes
File metadata and controls
28 lines (25 loc) · 891 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
# Have git convert crlf to lf for all text files by default.
* text=auto
# Flag some file extensions as binary. Git should already DTRT, but just in case.
*.enc binary
*.eot binary
*.gif binary
*.jpg binary
*.png binary
*.ttf binary
*.woff binary
*.woff2 binary
*.zip binary
# We never want .gitkeep in production mirrors. The deploy-to-svn.sh script strips out
# the kept directories anyway, so there's no point to keeping them in the first place.
.gitkeep production-exclude
# We don't need these files in any production mirror.
eslint.config.mjs production-exclude
.eslintignore production-exclude
jsconfig.json production-exclude
tsconfig.json production-exclude
**/.phan/** production-exclude
**/.w.org-assets/** production-exclude
phpunit.xml.dist production-exclude
phpunit.*.xml.dist production-exclude
**/CLAUDE.md production-exclude