1- # file-version: 2.0
1+ # Declare files that will always have LF line endings on checkout.
2+
3+ # file-version: 3.0
24
3- # text files
45* text =auto
5- * .markdown text eol = lf
6- * .md text eol = lf
6+
7+ # Javascript & Typescript
78* .js text eol =lf
89* .ts text eol =lf
910* .cjs text eol =lf
1011* .cts text eol =lf
1112* .mjs text eol =lf
1213* .mts text eol =lf
14+
15+ # CSS & SCSS
1316* .css text eol =lf
1417* .scss text eol =lf
18+
19+ # Json
1520* .json text eol =lf
1621* .json5 text eol =lf
17- * .lock text eol =lf
18- * .html text eol =lf
19- * .php text eol =lf
22+
23+ # Markdown
24+ * .markdown text eol =lf
25+ * .md text eol =lf
26+
27+ # Yaml
2028* .yml text eol =lf
2129* .yaml text eol =lf
30+
31+ # other
2232* .xml text eol =lf
23- * .dist text eol =lf
33+ * .lock text eol =lf
2434* .txt text eol =lf
2535* .ini text eol =lf
2636* .sh text eol =lf
2737* .stub text eol =lf
2838* .tmp text eol =lf
39+ * .dist text eol =lf
40+ * .lock text eol =lf
41+ * .html text eol =lf
42+ * .phtml text eol =lf
43+ * .php text eol =lf
2944
30- # binary files
45+ # Denote all files that are truly binary and should not be modified.
46+ * .gpg - text binary
47+ * .gpg~ - text binary
48+ * .asc - text binary
49+ * .png - text binary
50+ * .jpg - text binary
51+ * .gif - text binary
52+ * .pdf - text binary
53+ * .ico - text binary
54+ * .odt - text binary
55+ * .eot - text binary
56+ * .ttf - text binary
57+ * .woff - text binary
58+ * .woff2 - text binary
59+ * .swf - text binary
60+ * .mp4 - text binary
61+ * .ogv - text binary
62+ * .webm - text binary
63+ * .exe - text binary
3164* .zip - text binary
3265
3366# files/folders to ignore
3467/. * export-ignore
3568.github /CODEOWNERS export-ignore text eol =lf
69+ .browserslistrc export-ignore text eol =lf
3670.codeclimate.yml export-ignore text eol =lf
3771.editorconfig export-ignore text eol =lf
72+ .eslintignore export-ignore text eol =lf
73+ .eslintrc.json export-ignore text eol =lf
3874.gitattributes export-ignore text eol =lf
3975.gitignore export-ignore text eol =lf
76+ .jshintrc export-ignore text eol =lf
4077.markdown-link-check.json export-ignore text eol =lf
4178.markdownlint.yaml export-ignore text eol =lf
4279.mega-linter.yml export-ignore text eol =lf
80+ .noai export-ignore text eol =lf
81+ .npmrc export-ignore text eol =lf
4382.php-cs-fixer.php export-ignore text eol =lf
4483.phplint.yml export-ignore text eol =lf
84+ .prettierignore export-ignore text eol =lf
85+ .prettierrc.json export-ignore text eol =lf
86+ .stylelintrc.json export-ignore text eol =lf
4587.yamllint.yml export-ignore text eol =lf
4688codecov.yml export-ignore text eol =lf
4789infection.json export-ignore text eol =lf
@@ -51,8 +93,13 @@ phpmd.ruleset.xml export-ignore text eol=lf
5193phpstan.neon export-ignore text eol =lf
5294phpunit.xml export-ignore text eol =lf
5395phpunit-integration.xml export-ignore text eol =lf
96+ postcss.config.cjs export-ignore text eol =lf
97+ postcss.config.json export-ignore text eol =lf
5498psalm.xml export-ignore text eol =lf
5599rector.php export-ignore text eol =lf
100+ tsconfig.json export-ignore text eol =lf
101+ tsconfig.node.json export-ignore text eol =lf
102+ vite.config.ts export-ignore text eol =lf
56103/cache export-ignore
57104/examples export-ignore
58105/resources export-ignore
0 commit comments