.gitignore 1023 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  2. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  3. # Let's not share anything because we're using Maven.
  4. .idea
  5. *.iml
  6. # User-specific stuff:
  7. .idea/workspace.xml
  8. .idea/tasks.xml
  9. .idea/dictionaries
  10. .idea/vcs.xml
  11. .idea/jsLibraryMappings.xml
  12. # Sensitive or high-churn files:
  13. .idea/dataSources.ids
  14. .idea/dataSources.xml
  15. .idea/dataSources.local.xml
  16. .idea/sqlDataSources.xml
  17. .idea/dynamic.xml
  18. .idea/uiDesigner.xml
  19. # Gradle:
  20. .idea/gradle.xml
  21. .idea/libraries
  22. # Mongo Explorer plugin:
  23. .idea/mongoSettings.xml
  24. ## File-based project format:
  25. *.iws
  26. ## Plugin-specific files:
  27. # IntelliJ
  28. /out/
  29. target/
  30. # mpeltonen/sbt-idea plugin
  31. .idea_modules/
  32. # JIRA plugin
  33. atlassian-ide-plugin.xml
  34. # Crashlytics plugin (for Android Studio and IntelliJ)
  35. com_crashlytics_export_strings.xml
  36. crashlytics.properties
  37. crashlytics-build.properties
  38. fabric.properties
  39. # Local configuration files
  40. conf/runtime.json