Skip to content

Commit

Permalink
Update project configuration
Browse files Browse the repository at this point in the history
- Update/add/remove tools and configs.
- Add virtual environment.
- Configure PHPStorm.
- Change namespace and refactor everything accordingly.
  • Loading branch information
XedinUnknown committed Jun 23, 2021
1 parent 3a886ad commit bbede20
Show file tree
Hide file tree
Showing 52 changed files with 3,286 additions and 1,215 deletions.
17 changes: 0 additions & 17 deletions .codeclimate.yml

This file was deleted.

22 changes: 11 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
test export-ignore
nbproject export-ignore
.idea export-ignore
.phan export-ignore
.codeclimate.yml export-ignore
.php_cs export-ignore
.travis.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
composer.lock export-ignore
phpunit.xml export-ignore
tests export-ignore
.idea export-ignore
phpcs.xml.dist export-ignore
psalm.xml.dist export-ignore
.gitattributes export-ignore
.gitignore export-ignore
composer.lock export-ignore
phpunit.xml.dist export-ignore
docker export-ignore

* text eol=lf
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/nbproject/private
/vendor/
/test/log/
/test/coverage/
/.idea/dictionaries/
/.idea/codeStyles/
/.idea/tasks.xml
/build/
/.idea/workspace.xml
/.idea/deployment.xml
/.idea/codeStyles/
/.idea/inspectionProfiles/
/.idea/misc.xml
/.env

/.phpunit.result.cache
58 changes: 48 additions & 10 deletions .idea/wp-events.iml → .idea/events.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/php-test-framework.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

188 changes: 179 additions & 9 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bbede20

Please sign in to comment.