#------------------------------------
# Project
#------------------------------------

# ...custom project excludes
phinx.php





#------------------------------------
# Tools
#------------------------------------

.php_cs.cache
.phpunit.result.cache
/*-workspace
/.env
/node_modules
/*.sublime-*
/vendor/*

# As recommended by JetBrains for committing project-level configuration
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems

/.idea/workspace.xml
/.idea/tasks.xml
/.idea/usage.statistics.xml
/.idea/dictionaries
/.idea/shelf





#------------------------------------
# System
#------------------------------------

.cache
.DS_Store
.tmp
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
error_log
Thumbs.db





#------------------------------------
# Gitkeep
#------------------------------------

!.gitkeep
