.gitignore 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. # ---> Vim
  2. [._]*.s[a-w][a-z]
  3. [._]s[a-w][a-z]
  4. *.un~
  5. Session.vim
  6. .netrwhist
  7. *~
  8. # ---> WebMethods
  9. **/IntegrationServer/datastore/
  10. **/IntegrationServer/db/
  11. **/IntegrationServer/DocumentStore/
  12. **/IntegrationServer/lib/
  13. **/IntegrationServer/logs/
  14. **/IntegrationServer/replicate/
  15. **/IntegrationServer/sdk/
  16. **/IntegrationServer/support/
  17. **/IntegrationServer/update/
  18. **/IntegrationServer/userFtpRoot/
  19. **/IntegrationServer/web/
  20. **/IntegrationServer/WmRepository4/
  21. **/IntegrationServer/XAStore/
  22. **/IntegrationServer/packages/Wm*/
  23. # ---> WebStorm
  24. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  25. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  26. # User-specific stuff:
  27. .idea/**/workspace.xml
  28. .idea/**/tasks.xml
  29. .idea/dictionaries
  30. # Sensitive or high-churn files:
  31. .idea/**/dataSources/
  32. .idea/**/dataSources.ids
  33. .idea/**/dataSources.xml
  34. .idea/**/dataSources.local.xml
  35. .idea/**/sqlDataSources.xml
  36. .idea/**/dynamic.xml
  37. .idea/**/uiDesigner.xml
  38. # Gradle:
  39. .idea/**/gradle.xml
  40. .idea/**/libraries
  41. # CMake
  42. cmake-build-debug/
  43. # Mongo Explorer plugin:
  44. .idea/**/mongoSettings.xml
  45. ## File-based project format:
  46. *.iws
  47. ## Plugin-specific files:
  48. # IntelliJ
  49. /out/
  50. # mpeltonen/sbt-idea plugin
  51. .idea_modules/
  52. # JIRA plugin
  53. atlassian-ide-plugin.xml
  54. # Cursive Clojure plugin
  55. .idea/replstate.xml
  56. # Ruby plugin and RubyMine
  57. /.rakeTasks
  58. # Crashlytics plugin (for Android Studio and IntelliJ)
  59. com_crashlytics_export_strings.xml
  60. crashlytics.properties
  61. crashlytics-build.properties
  62. fabric.properties
  63. ### WebStorm Patch ###
  64. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  65. # *.iml
  66. # modules.xml
  67. # .idea/misc.xml
  68. # *.ipr
  69. # Sonarlint plugin
  70. .idea/sonarlint
  71. # ---> WordPress
  72. *.log
  73. .htaccess
  74. sitemap.xml
  75. sitemap.xml.gz
  76. wp-config.php
  77. wp-content/advanced-cache.php
  78. wp-content/backup-db/
  79. wp-content/backups/
  80. wp-content/blogs.dir/
  81. wp-content/cache/
  82. wp-content/upgrade/
  83. wp-content/uploads/
  84. wp-content/wp-cache-config.php
  85. wp-content/plugins/hello.php
  86. /readme.html
  87. /license.txt
  88. # ---> ExtJs
  89. .architect
  90. bootstrap.json
  91. build/
  92. ext/
  93. # ---> Linux
  94. *~
  95. # KDE directory preferences
  96. .directory
  97. # Linux trash folder which might appear on any partition or disk
  98. .Trash-*
  99. # ---> Windows
  100. # Windows image file caches
  101. Thumbs.db
  102. ehthumbs.db
  103. # Folder config file
  104. Desktop.ini
  105. # Recycle Bin used on file shares
  106. $RECYCLE.BIN/
  107. # Windows Installer files
  108. *.cab
  109. *.msi
  110. *.msm
  111. *.msp
  112. # Windows shortcuts
  113. *.lnk