.gitignore
# Generic
# --------------------------
Thumbs.db
Desktop.ini
.directory
*.cache
*.old
*.log
*.tmp
*.zip
._
*~
# Development files
# --------------------------
.php-version
tests/clover.xml
coveralls-upload.json
# Dependency folders
# --------------------------
node_modules
package-lock.json
vendor
yarn.lock
# IDE Project Configurations
# --------------------------
.idea
.settings
.vscode
.project
*.sublime-*
# But Keep these
# --------------------------
!.gitkeep