-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
62 lines (57 loc) · 1.39 KB
/
.gitattributes
File metadata and controls
62 lines (57 loc) · 1.39 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.css text eol=lf
*.js text eol=lf
*.json text eol=lf
*.php text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Build files
*.min.css text eol=lf
*.min.js text eol=lf
# WordPress specific
*.pot text eol=lf
*.po text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.zip binary
# Export ignore patterns (files not included in archives)
.gitattributes export-ignore
.gitignore export-ignore
gulpfile.js export-ignore
webpack.config.js export-ignore
package.json export-ignore
package-lock.json export-ignore
.eslintrc export-ignore
stylelint.config.js export-ignore
playwright.config.js export-ignore
composer.json export-ignore
composer.lock export-ignore
.editorconfig export-ignore
.distignore export-ignore
.github/ export-ignore
tests/ export-ignore
src/ export-ignore
node_modules/ export-ignore
bin/ export-ignore
CODE_OF_CONDUCT.md export-ignore
CHANGELOG.txt export-ignore
codesniffer.ruleset.xml export-ignore
phpunit.* export-ignore
README.md export-ignore
renovate.json export-ignore
sublime-project export-ignore
.coderabbit.yaml export-ignore