Skip to content

Commit dcf5555

Browse files
committed
Keep unnecessary artifacts out of releases
1 parent 294d876 commit dcf5555

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.gitattributes

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
* text=auto eol=lf
44

5-
.gitattributes export-ignore
6-
.github/ export-ignore
7-
.gitignore export-ignore
8-
.php-cs-fixer.php export-ignore
9-
infection.json export-ignore
10-
phpstan.neon export-ignore
11-
phpunit.xml export-ignore
12-
tests/ export-ignore
5+
.gitattributes export-ignore
6+
.github/ export-ignore
7+
.gitignore export-ignore
8+
.php-cs-fixer.php export-ignore
9+
.php_cs export-ignore
10+
infection.json export-ignore
11+
LICENSE export-ignore
12+
phpstan.neon export-ignore
13+
phpunit.xml export-ignore
1314
sonar-project.properties export-ignore
15+
tests/ export-ignore

0 commit comments

Comments
 (0)