Skip to content

Commit c4c6e48

Browse files
authored
Merge pull request #544 from flightphp/cleanup
Lowered package size removing unnecessary production files
2 parents 5992fab + 3b321e9 commit c4c6e48

File tree

3 files changed

+10
-65
lines changed

3 files changed

+10
-65
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+
/phpcs.xml export-ignore
7+
/phpstan.neon export-ignore
8+
/phpunit.xml export-ignore

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ composer.lock
55
.phpunit.result.cache
66
coverage/
77
.vscode/settings.json
8-
*.sublime-workspace
8+
*.sublime*
99
.vscode/
10-
clover.xml
10+
clover.xml

flight.sublime-project

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)