Skip to content

Commit 6c8ae49

Browse files
authored
fix: add export-ignore rules (#176)
1 parent 2230332 commit 6c8ae49

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
* text eol=lf
22
entrypoint.sh linguist-detectable=false
33
Dockerfile linguist-detectable=false
4+
5+
/.github export-ignore
6+
/coverage export-ignore
7+
/tests export-ignore
8+
/.dockerignore export-ignore
9+
/.gitattributes export-ignore
10+
/.gitignore export-ignore
11+
/.php-cs-fixer.php export-ignore
12+
/Dockerfile export-ignore
13+
/docker-compose.yml export-ignore
14+
/entrypoint.sh export-ignore
15+
/phpcs.xml export-ignore
16+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)