forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (21 loc) · 714 Bytes
/
.gitattributes
File metadata and controls
24 lines (21 loc) · 714 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
# 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.
.eslintrc.js production-exclude
jsconfig.json production-exclude
tsconfig.json production-exclude
**/.phan/** production-exclude
**/.w.org-assets/** production-exclude