.gitignore 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. # ---> PhpStorm
  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/dictionaries
  8. # Sensitive or high-churn files:
  9. .idea/**/dataSources/
  10. .idea/**/dataSources.ids
  11. .idea/**/dataSources.xml
  12. .idea/**/dataSources.local.xml
  13. .idea/**/sqlDataSources.xml
  14. .idea/**/dynamic.xml
  15. .idea/**/uiDesigner.xml
  16. # Gradle:
  17. .idea/**/gradle.xml
  18. .idea/**/libraries
  19. # CMake
  20. cmake-build-debug/
  21. # Mongo Explorer plugin:
  22. .idea/**/mongoSettings.xml
  23. ## File-based project format:
  24. *.iws
  25. ## Plugin-specific files:
  26. # IntelliJ
  27. /out/
  28. # mpeltonen/sbt-idea plugin
  29. .idea_modules/
  30. # JIRA plugin
  31. atlassian-ide-plugin.xml
  32. # Cursive Clojure plugin
  33. .idea/replstate.xml
  34. # Ruby plugin and RubyMine
  35. /.rakeTasks
  36. # Crashlytics plugin (for Android Studio and IntelliJ)
  37. com_crashlytics_export_strings.xml
  38. crashlytics.properties
  39. crashlytics-build.properties
  40. fabric.properties
  41. ### PhpStorm Patch ###
  42. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  43. # *.iml
  44. # modules.xml
  45. # .idea/misc.xml
  46. # *.ipr
  47. # Sonarlint plugin
  48. .idea/sonarlint
  49. # ---> Vim
  50. [._]*.s[a-w][a-z]
  51. [._]s[a-w][a-z]
  52. *.un~
  53. Session.vim
  54. .netrwhist
  55. *~
  56. # ---> Actionscript
  57. # Build and Release Folders
  58. bin/
  59. bin-debug/
  60. bin-release/
  61. # Other files and folders
  62. .settings/
  63. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  64. # should NOT be excluded as they contain compiler settings and other important
  65. # information for Eclipse / Flash Builder.
  66. # ---> VisualStudioCode
  67. .settings
  68. # ---> WebMethods
  69. **/IntegrationServer/datastore/
  70. **/IntegrationServer/db/
  71. **/IntegrationServer/DocumentStore/
  72. **/IntegrationServer/lib/
  73. **/IntegrationServer/logs/
  74. **/IntegrationServer/replicate/
  75. **/IntegrationServer/sdk/
  76. **/IntegrationServer/support/
  77. **/IntegrationServer/update/
  78. **/IntegrationServer/userFtpRoot/
  79. **/IntegrationServer/web/
  80. **/IntegrationServer/WmRepository4/
  81. **/IntegrationServer/XAStore/
  82. **/IntegrationServer/packages/Wm*/
  83. # ---> WebStorm
  84. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  85. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  86. # User-specific stuff:
  87. .idea/**/workspace.xml
  88. .idea/**/tasks.xml
  89. .idea/dictionaries
  90. # Sensitive or high-churn files:
  91. .idea/**/dataSources/
  92. .idea/**/dataSources.ids
  93. .idea/**/dataSources.xml
  94. .idea/**/dataSources.local.xml
  95. .idea/**/sqlDataSources.xml
  96. .idea/**/dynamic.xml
  97. .idea/**/uiDesigner.xml
  98. # Gradle:
  99. .idea/**/gradle.xml
  100. .idea/**/libraries
  101. # CMake
  102. cmake-build-debug/
  103. # Mongo Explorer plugin:
  104. .idea/**/mongoSettings.xml
  105. ## File-based project format:
  106. *.iws
  107. ## Plugin-specific files:
  108. # IntelliJ
  109. /out/
  110. # mpeltonen/sbt-idea plugin
  111. .idea_modules/
  112. # JIRA plugin
  113. atlassian-ide-plugin.xml
  114. # Cursive Clojure plugin
  115. .idea/replstate.xml
  116. # Ruby plugin and RubyMine
  117. /.rakeTasks
  118. # Crashlytics plugin (for Android Studio and IntelliJ)
  119. com_crashlytics_export_strings.xml
  120. crashlytics.properties
  121. crashlytics-build.properties
  122. fabric.properties
  123. ### WebStorm Patch ###
  124. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  125. # *.iml
  126. # modules.xml
  127. # .idea/misc.xml
  128. # *.ipr
  129. # Sonarlint plugin
  130. .idea/sonarlint