.gitignore

Summary

Maintainability
Test Coverage
# git ignore

# Ignore files,
*~
*.log
*.swp
# ignore folders
#logs/
#artifacts/
.php_cs.cache
.idea/
composer.lock