You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. # User-specific stuff:
  4. .idea/workspace.xml
  5. .idea/tasks.xml
  6. # Sensitive or high-churn files:
  7. .idea/dataSources.ids
  8. .idea/dataSources.xml
  9. .idea/dataSources.local.xml
  10. .idea/sqlDataSources.xml
  11. .idea/dynamic.xml
  12. .idea/uiDesigner.xml
  13. # Gradle:
  14. .idea/gradle.xml
  15. .idea/libraries
  16. # Mongo Explorer plugin:
  17. .idea/mongoSettings.xml
  18. ## File-based project format:
  19. *.iws
  20. ## Plugin-specific files:
  21. # IntelliJ
  22. /out/
  23. # mpeltonen/sbt-idea plugin
  24. .idea_modules/
  25. # JIRA plugin
  26. atlassian-ide-plugin.xml
  27. # Crashlytics plugin (for Android Studio and IntelliJ)
  28. com_crashlytics_export_strings.xml
  29. crashlytics.properties
  30. crashlytics-build.properties
  31. fabric.properties
  32. *.class
  33. # Mobile Tools for Java (J2ME)
  34. .mtj.tmp/
  35. # Package Files #
  36. *.jar
  37. *.war
  38. *.ear
  39. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  40. hs_err_pid*