Skip to content

Commit a0371c1

Browse files
authored
Clean unneccesary export (#21)
1 parent 7f01df2 commit a0371c1

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/.github export-ignore
2+
/tests export-ignore
3+
.editorconfig export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
phpstan.neon.dist export-ignore
7+
phpunit.xml.dist export-ignore
8+
.php-cs-fixer.dist.php export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/build
33
composer.lock
44
.phpunit.result.cache
5+
.php-cs-fixer.cache

.php-cs-fixer.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)