Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit f7fa3b5

Browse files
committed
Add pint.json to git export ignore
1 parent 870c72c commit f7fa3b5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitattributes

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
/.gitattributes export-ignore
77
/.github export-ignore
88
/.gitignore export-ignore
9+
/.php-cs-fixer.cache export-ignore
10+
/.php-cs-fixer.dist.php export-ignore
911
/.php_cs.dist export-ignore
1012
/.php_cs.dist.php export-ignore
11-
/.php-cs-fixer.dist.php export-ignore
12-
/.php-cs-fixer.cache export-ignore
13+
/babel.config.js export-ignore
14+
/bin export-ignore
1315
/docs export-ignore
16+
/package-lock.json export-ignore
17+
/package.json export-ignore
1418
/phpunit.xml.dist export-ignore
19+
/pint.json export-ignore
1520
/psalm.xml.dist export-ignore
16-
/tests export-ignore
17-
/babel.config.js export-ignore
18-
/package.json export-ignore
19-
/package-lock.json export-ignore
2021
/rollup.config.js export-ignore
22+
/tests export-ignore
2123
/webpack.mix.js export-ignore
22-
/bin export-ignore

0 commit comments

Comments
 (0)