# IDE & System Related Files #
.DS_Store
.idea

# OSX #
._*
.Spotlight-V100
.Trashes

# Local System Files (i.e. cache, logs, etc.) #
logs
*.log
npm-debug.log*
build/

# Never ignore #
# Only apply this rule to the main repository's gitignore files
!/.gitignore

# Composer
/vendor
composer.phar
composer

# NPM
/node_modules