Skip to content

Commit 2f4f0a3

Browse files
committed
chore: extend export-ignore file list
1 parent 4063d79 commit 2f4f0a3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.gitattributes

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22

33
/.vscode export-ignore
44
/fixtures export-ignore
5-
/tests export-ignore
65
/images export-ignore
6+
/tests export-ignore
77
/validation export-ignore
8+
/.dockerignore export-ignore
9+
/.editorconfig export-ignore
810
/.gitattributes export-ignore
911
/.gitignore export-ignore
1012
/.gitmodules export-ignore
11-
/.dockerignore export-ignore
13+
/.npmrc export-ignore
1214
/.travis.yml export-ignore
1315
/codecov.yml export-ignore
16+
/dependencies.yml export-ignore
1417
/Dockerfile export-ignore
18+
/package.json export-ignore
1519
/Performance.php export-ignore
1620
/php.ini export-ignore
1721
/phpcs.xml.dist export-ignore
1822
/phpunit.xml.dist export-ignore
19-
/README.md export-ignore
23+
/release-docker.php export-ignore

0 commit comments

Comments
 (0)