.gitignore 1.1 KB

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