Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  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.  
  4. # User-specific stuff
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/**/usage.statistics.xml
  8. .idea/**/dictionaries
  9. .idea/**/shelf
  10.  
  11. # Generated files
  12. .idea/**/contentModel.xml
  13.  
  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.  
  23. # Gradle
  24. .idea/**/gradle.xml
  25. .idea/**/libraries
  26.  
  27. # Gradle and Maven with auto-import
  28. # When using Gradle or Maven with auto-import, you should exclude module files,
  29. # since they will be recreated, and may cause churn. Uncomment if using
  30. # auto-import.
  31. # .idea/artifacts
  32. # .idea/compiler.xml
  33. # .idea/modules.xml
  34. # .idea/*.iml
  35. # .idea/modules
  36. # *.iml
  37. # *.ipr
  38.  
  39. # CMake
  40. cmake-build-*/
  41.  
  42. # Mongo Explorer plugin
  43. .idea/**/mongoSettings.xml
  44.  
  45. # File-based project format
  46. *.iws
  47.  
  48. # IntelliJ
  49. out/
  50.  
  51. # mpeltonen/sbt-idea plugin
  52. .idea_modules/
  53.  
  54. # JIRA plugin
  55. atlassian-ide-plugin.xml
  56.  
  57. # Cursive Clojure plugin
  58. .idea/replstate.xml
  59.  
  60. # Crashlytics plugin (for Android Studio and IntelliJ)
  61. com_crashlytics_export_strings.xml
  62. crashlytics.properties
  63. crashlytics-build.properties
  64. fabric.properties
  65.  
  66. # Editor-based Rest Client
  67. .idea/httpRequests
  68.  
  69. # Android studio 3.1+ serialized cache file
  70. .idea/caches/build_file_checksums.ser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement