.gitignore 3.3 KB

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