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

Commit 56cfc25

Browse files
committed
Update gitignores
1 parent 929c9f3 commit 56cfc25

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.gitattributes

+16-14
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33

44
# Ignore all test and documentation with "export-ignore".
5-
/.editorconfig export-ignore
6-
/.gitattributes export-ignore
7-
/.github export-ignore
8-
/.gitignore export-ignore
9-
/.php_cs.dist export-ignore
10-
/docs export-ignore
11-
/phpunit.xml.dist export-ignore
12-
/psalm.xml.dist export-ignore
13-
/tests export-ignore
14-
/babel.config.js export-ignore
15-
/package.json export-ignore
16-
/package-lock.json export-ignore
17-
/rollup.config.js export-ignore
18-
/bin export-ignore
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.github export-ignore
8+
/.gitignore export-ignore
9+
/.php_cs.dist export-ignore
10+
/.php-cs-fixer.dist.php export-ignore
11+
/.php-cs-fixer.cache export-ignore
12+
/docs export-ignore
13+
/phpunit.xml.dist export-ignore
14+
/psalm.xml.dist export-ignore
15+
/tests export-ignore
16+
/babel.config.js export-ignore
17+
/package.json export-ignore
18+
/package-lock.json export-ignore
19+
/rollup.config.js export-ignore
20+
/bin export-ignore

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.idea
22
.php_cs
33
.php_cs.cache
4+
.php-cs-fixer.cache
45
.phpunit.result.cache
56
build
67
composer.lock

0 commit comments

Comments
 (0)