# Ignore package files.
/vendor
/node_modules

# Ignore composer working files
composer.lock

# Ignore testing working files
tests/phpunit.xml

# Ignore system files
.DS_Store
.idea
npm-debug.log
