Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # No ideas
  2. .idea
  3.  
  4. # No Immulls
  5. *.iml
  6.  
  7. # Compiled class file
  8. *.class
  9.  
  10. # Log file
  11. *.log
  12.  
  13. # BlueJ files
  14. *.ctxt
  15.  
  16. # Mobile Tools for Java (J2ME)
  17. .mtj.tmp/
  18.  
  19. # Package Files #
  20. *.jar
  21. *.war
  22. *.nar
  23. *.ear
  24. *.zip
  25. *.tar.gz
  26. *.rar
  27.  
  28. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  29. hs_err_pid*
  30.  
  31. #IntelliJ files
  32. *.iml
  33.  
  34.  
  35. ### JetBrains template
  36. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
  37. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  38.  
  39. # User-specific stuff
  40. .idea/**/workspace.xml
  41. .idea/**/tasks.xml
  42. .idea/**/dictionaries
  43. .idea/**/shelf
  44.  
  45. # Sensitive or high-churn files
  46. .idea/**/dataSources/
  47. .idea/**/dataSources.ids
  48. .idea/**/dataSources.local.xml
  49. .idea/**/sqlDataSources.xml
  50. .idea/**/dynamic.xml
  51. .idea/**/uiDesigner.xml
  52. .idea/**/dbnavigator.xml
  53.  
  54. # Gradle
  55. .idea/**/gradle.xml
  56. .idea/**/libraries
  57.  
  58. # CMake
  59. cmake-build-debug/
  60. cmake-build-release/
  61.  
  62. # Mongo Explorer plugin
  63. .idea/**/mongoSettings.xml
  64.  
  65. # File-based project format
  66. *.iws
  67.  
  68. # IntelliJ
  69. out/
  70.  
  71. # mpeltonen/sbt-idea plugin
  72. .idea_modules/
  73.  
  74. # JIRA plugin
  75. atlassian-ide-plugin.xml
  76.  
  77. # Cursive Clojure plugin
  78. .idea/replstate.xml
  79.  
  80. # Crashlytics plugin (for Android Studio and IntelliJ)
  81. com_crashlytics_export_strings.xml
  82. crashlytics.properties
  83. crashlytics-build.properties
  84. fabric.properties
  85.  
  86. # Editor-based Rest Client
  87. .idea/httpRequests
  88.  
  89. seabattleclient/target/generated-sources/
  90. seabattleclient/target/generated-test-sources/
  91.  
  92. */target/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement