diff --git a/.gitignore b/.gitignore index 56adbc5..872883a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ +/.vscode /.idea +/.DS_Store /vendor -composer.lock -/public/* \ No newline at end of file +composer.lock \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml deleted file mode 100644 index 43d44c7..0000000 --- a/phpunit.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - tests - - - - - - - src/ - - - \ No newline at end of file