.gitignore 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # ---> Composer
  2. composer.phar
  3. vendor/
  4. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  5. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  6. # composer.lock
  7. # ---> JetBrains
  8. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  9. *.iml
  10. ## Directory-based project format:
  11. .idea/
  12. # if you remove the above rule, at least ignore the following:
  13. # User-specific stuff:
  14. # .idea/workspace.xml
  15. # .idea/tasks.xml
  16. # .idea/dictionaries
  17. # Sensitive or high-churn files:
  18. # .idea/dataSources.ids
  19. # .idea/dataSources.xml
  20. # .idea/sqlDataSources.xml
  21. # .idea/dynamic.xml
  22. # .idea/uiDesigner.xml
  23. # Gradle:
  24. # .idea/gradle.xml
  25. # .idea/libraries
  26. # Mongo Explorer plugin:
  27. # .idea/mongoSettings.xml
  28. ## File-based project format:
  29. *.ipr
  30. *.iws
  31. ## Plugin-specific files:
  32. # IntelliJ
  33. /out/
  34. # mpeltonen/sbt-idea plugin
  35. .idea_modules/
  36. # JIRA plugin
  37. atlassian-ide-plugin.xml
  38. # Crashlytics plugin (for Android Studio and IntelliJ)
  39. com_crashlytics_export_strings.xml
  40. crashlytics.properties
  41. crashlytics-build.properties