-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (29 loc) · 818 Bytes
/
.gitattributes
File metadata and controls
31 lines (29 loc) · 818 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
29
30
31
# perform LF normalization
*.php text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.png binary
/.code-climate.json export-ignore
/.editorconfig export-ignore
/.eslintrc.json export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.stylelintrc.json export-ignore
/cspell.json export-ignore
/dev export-ignore
/phpcs.slevomat.xml export-ignore
/phpcs.xml.dist export-ignore
/phpunit.xml.dist export-ignore
/src/Debug/babel.config.cjs export-ignore
/src/Debug/jest.config.js export-ignore
/src/Debug/js_src export-ignore
/src/Debug/js_tests export-ignore
/src/Debug/package-lock.json export-ignore
/src/Debug/package.json export-ignore
/src/Debug/rollup.config.js export-ignore
/src/Debug/scss export-ignore
/tests export-ignore