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.

94 lines
1.7KB

  1. # ---> JetBrains
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # User-specific stuff
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/**/usage.statistics.xml
  8. .idea/**/dictionaries
  9. .idea/**/shelf
  10. # Generated files
  11. .idea/**/contentModel.xml
  12. # Sensitive or high-churn files
  13. .idea/**/dataSources/
  14. .idea/**/dataSources.ids
  15. .idea/**/dataSources.local.xml
  16. .idea/**/sqlDataSources.xml
  17. .idea/**/dynamic.xml
  18. .idea/**/uiDesigner.xml
  19. .idea/**/dbnavigator.xml
  20. # Gradle
  21. .idea/**/gradle.xml
  22. .idea/**/libraries
  23. # Gradle and Maven with auto-import
  24. # When using Gradle or Maven with auto-import, you should exclude module files,
  25. # since they will be recreated, and may cause churn. Uncomment if using
  26. # auto-import.
  27. # .idea/modules.xml
  28. # .idea/*.iml
  29. # .idea/modules
  30. # CMake
  31. cmake-build-*/
  32. # Mongo Explorer plugin
  33. .idea/**/mongoSettings.xml
  34. # File-based project format
  35. *.iws
  36. # IntelliJ
  37. out/
  38. # mpeltonen/sbt-idea plugin
  39. .idea_modules/
  40. # JIRA plugin
  41. atlassian-ide-plugin.xml
  42. # Cursive Clojure plugin
  43. .idea/replstate.xml
  44. # Crashlytics plugin (for Android Studio and IntelliJ)
  45. com_crashlytics_export_strings.xml
  46. crashlytics.properties
  47. crashlytics-build.properties
  48. fabric.properties
  49. # Editor-based Rest Client
  50. .idea/httpRequests
  51. # Android studio 3.1+ serialized cache file
  52. .idea/caches/build_file_checksums.ser
  53. # ---> Java
  54. # Compiled class file
  55. *.class
  56. # Log file
  57. *.log
  58. # BlueJ files
  59. *.ctxt
  60. # Mobile Tools for Java (J2ME)
  61. .mtj.tmp/
  62. # Package Files #
  63. *.jar
  64. *.war
  65. *.nar
  66. *.ear
  67. *.zip
  68. *.tar.gz
  69. *.rar
  70. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  71. hs_err_pid*