Advertisement
ArCiGo

.gitignore (IntelliJ + Java)

Sep 27th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.76 KB | None | 0 0
  1. # Created by https://www.gitignore.io/api/java,intellij,intellij+all,intellij+iml      
  2. # Edit at https://www.gitignore.io/?templates=java,intellij,intellij+all,intellij+iml      
  3. ### Intellij ###       
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm    
  5. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839    
  6. # User-specific stuff      
  7. .idea/**/workspace.xml     
  8. .idea/**/tasks.xml     
  9. .idea/**/usage.statistics.xml      
  10. .idea/**/dictionaries      
  11. .idea/**/shelf     
  12. # Generated files      
  13. .idea/**/contentModel.xml      
  14. # Sensitive or high-churn files    
  15. .idea/**/dataSources/      
  16. .idea/**/dataSources.ids       
  17. .idea/**/dataSources.local.xml     
  18. .idea/**/sqlDataSources.xml    
  19. .idea/**/dynamic.xml       
  20. .idea/**/uiDesigner.xml    
  21. .idea/**/dbnavigator.xml       
  22. # Gradle       
  23. .idea/**/gradle.xml    
  24. .idea/**/libraries     
  25. # Gradle and Maven with auto-import    
  26. # When using Gradle or Maven with auto-import, you should exclude module files,    
  27. # since they will be recreated, and may cause churn.  Uncomment if using       
  28. # auto-import.     
  29. # .idea/modules.xml    
  30. # .idea/*.iml      
  31. # .idea/modules    
  32. # *.iml    
  33. # *.ipr    
  34. # CMake    
  35. cmake-build-*/     
  36. # Mongo Explorer plugin    
  37. .idea/**/mongoSettings.xml     
  38. # File-based project format    
  39. *.iws      
  40. # IntelliJ     
  41. out/       
  42. # mpeltonen/sbt-idea plugin    
  43. .idea_modules/     
  44. # JIRA plugin      
  45. atlassian-ide-plugin.xml       
  46. # Cursive Clojure plugin       
  47. .idea/replstate.xml    
  48. # Crashlytics plugin (for Android Studio and IntelliJ)     
  49. com_crashlytics_export_strings.xml     
  50. crashlytics.properties     
  51. crashlytics-build.properties       
  52. fabric.properties      
  53. # Editor-based Rest Client     
  54. .idea/httpRequests     
  55. # Android studio 3.1+ serialized cache file    
  56. .idea/caches/build_file_checksums.ser      
  57. ### Intellij Patch ###     
  58. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721    
  59. # *.iml    
  60. # modules.xml      
  61. # .idea/misc.xml       
  62. # *.ipr    
  63. # Sonarlint plugin     
  64. .idea/**/sonarlint/    
  65. # SonarQube Plugin     
  66. .idea/**/sonarIssues.xml       
  67. # Markdown Navigator plugin    
  68. .idea/**/markdown-navigator.xml    
  69. .idea/**/markdown-navigator/       
  70. ### Intellij+all ###       
  71. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm    
  72. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839    
  73. # User-specific stuff      
  74. # Generated files      
  75. # Sensitive or high-churn files    
  76. # Gradle       
  77. # Gradle and Maven with auto-import    
  78. # When using Gradle or Maven with auto-import, you should exclude module files,    
  79. # since they will be recreated, and may cause churn.  Uncomment if using       
  80. # auto-import.     
  81. # .idea/modules.xml    
  82. # .idea/*.iml      
  83. # .idea/modules    
  84. # *.iml    
  85. # *.ipr    
  86. # CMake    
  87. # Mongo Explorer plugin    
  88. # File-based project format    
  89. # IntelliJ     
  90. # mpeltonen/sbt-idea plugin    
  91. # JIRA plugin      
  92. # Cursive Clojure plugin       
  93. # Crashlytics plugin (for Android Studio and IntelliJ)     
  94. # Editor-based Rest Client     
  95. # Android studio 3.1+ serialized cache file    
  96. ### Intellij+all Patch ###     
  97. # Ignores the whole .idea folder and all .iml files    
  98. # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360    
  99. .idea/     
  100. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023    
  101. *.iml      
  102. modules.xml    
  103. .idea/misc.xml     
  104. *.ipr      
  105. # Sonarlint plugin     
  106. .idea/sonarlint    
  107. ### Intellij+iml ###       
  108. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm    
  109. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839    
  110. # User-specific stuff      
  111. # Generated files      
  112. # Sensitive or high-churn files    
  113. # Gradle       
  114. # Gradle and Maven with auto-import    
  115. # When using Gradle or Maven with auto-import, you should exclude module files,    
  116. # since they will be recreated, and may cause churn.  Uncomment if using       
  117. # auto-import.     
  118. # .idea/modules.xml    
  119. # .idea/*.iml      
  120. # .idea/modules    
  121. # *.iml    
  122. # *.ipr    
  123. # CMake    
  124. # Mongo Explorer plugin    
  125. # File-based project format    
  126. # IntelliJ     
  127. # mpeltonen/sbt-idea plugin    
  128. # JIRA plugin      
  129. # Cursive Clojure plugin       
  130. # Crashlytics plugin (for Android Studio and IntelliJ)     
  131. # Editor-based Rest Client     
  132. # Android studio 3.1+ serialized cache file    
  133. ### Intellij+iml Patch ###     
  134. # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023    
  135. # End of https://www.gitignore.io/api/java,intellij,intellij+all,intellij+iml
  136.  
  137. # Compiled class file
  138. *.class
  139.  
  140. # Log file
  141. *.log
  142.  
  143. # BlueJ files
  144. *.ctxt
  145.  
  146. # Mobile Tools for Java (J2ME)
  147. .mtj.tmp/
  148.  
  149. # Package Files #
  150. *.jar
  151. *.nar
  152. *.war
  153. *.ear
  154. *.zip
  155. *.tar.gz
  156. *.rar
  157.  
  158. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  159. hs_err_pid*
  160.  
  161. # other files
  162. .DS_Store
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement