Skip to content

Commit ca6f0e4

Browse files
authored
Fix .gitattributes + Remove phpunit-watcher and phpunit config (#21)
1 parent eb11c83 commit ca6f0e4

4 files changed

Lines changed: 1 addition & 51 deletions

File tree

.gitattributes

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,10 @@
2323

2424
# Ignore some meta files when creating an archive of this repository
2525
/.github export-ignore
26-
/.editorconfig export-ignore
2726
/.gitattributes export-ignore
28-
/.gitignore export-ignore
29-
/.phpunit-watcher.yml export-ignore
3027
/.scrutinizer.yml export-ignore
3128
/.styleci.yml export-ignore
32-
/infection.json.dist export-ignore
33-
/phpunit.xml.dist export-ignore
34-
/psalm.xml export-ignore
35-
/tests export-ignore
36-
/docs export-ignore
29+
/CHANGELOG.md export-ignore
3730

3831
# Avoid merge conflicts in CHANGELOG
3932
# https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/

.phpunit-watcher.yml

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

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"codeception/module-asserts": "^3.0",
4545
"codeception/module-cli": "^2.0",
4646
"codeception/module-phpbrowser": "^3.0",
47-
"spatie/phpunit-watcher": "^1.23",
4847
"vimeo/psalm": "^4.30|^5.7"
4948
},
5049
"autoload": {

phpunit.xml.dist

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

0 commit comments

Comments
 (0)