#
## Project Specific ignores

# Composer, when no version lock is wanted
# composer.lock

# default upload dir
/upload

# Composer
vendor

# ENV Configs
.env
.env.production
.env.development

# NodeJS
node_modules
package-lock.json

# Bower
bower_components

# Cache
tmp
!tmp/.gitkeep

# Mac
.DS_Store

# PHPMetrics
/_dev/phpmetrics.json
/_dev/phpmetrics-result

#
## JetBrains IDE's

.idea/
*.iml

# CMake
cmake-build-debug/

## File-based project format:
*.iws


## Plugin-specific files:

# IntelliJ
/out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Ruby plugin and RubyMine
/.rakeTasks

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

### PhpStorm Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721

# *.iml
# modules.xml
# .idea/misc.xml
# *.ipr

# Sonarlint plugin
.idea/sonarlint

# End of https://www.gitignore.io/api/phpstorm