Skip to content

Commit c709ed3

Browse files
committed
Remove useless files
1 parent 2901a67 commit c709ed3

File tree

4 files changed

+6
-43
lines changed

4 files changed

+6
-43
lines changed

.github/workflows/create-draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
RELEASE_NAME: ""
14-
PATHS_FOR_RELEASE_NOTES: "box.json composer.json src/"
14+
PATHS_FOR_RELEASE_NOTES: "box.json.dist composer.json src/"
1515
steps:
1616
- name: Check tag format
1717
if: github.event_name == 'create' && github.event.ref_type == 'tag'

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
composer.phar
2-
pickle*.phar
3-
vendor/
4-
*.test
1+
/vendor/
2+
/*.phar
3+
/.php_cs
4+
/.php_cs.cache
5+
/box.json
56
/clover.xml
6-
/ocular.phar
7-
/.php_cs.cache

box.json

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

box.phar

-939 KB
Binary file not shown.

0 commit comments

Comments
 (0)