.gitignore 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. # Folders
  7. _obj
  8. _test
  9. # Architecture specific extensions/prefixes
  10. *.[568vq]
  11. [568vq].out
  12. *.cgo1.go
  13. *.cgo2.c
  14. _cgo_defun.c
  15. _cgo_gotypes.go
  16. _cgo_export.*
  17. _testmain.go
  18. *.exe
  19. *.test
  20. *.prof
  21. # ---> VisualStudioCode
  22. .settings
  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. # ---> PhpStorm
  72. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  73. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  74. # User-specific stuff:
  75. .idea/**/workspace.xml
  76. .idea/**/tasks.xml
  77. .idea/dictionaries
  78. # Sensitive or high-churn files:
  79. .idea/**/dataSources/
  80. .idea/**/dataSources.ids
  81. .idea/**/dataSources.xml
  82. .idea/**/dataSources.local.xml
  83. .idea/**/sqlDataSources.xml
  84. .idea/**/dynamic.xml
  85. .idea/**/uiDesigner.xml
  86. # Gradle:
  87. .idea/**/gradle.xml
  88. .idea/**/libraries
  89. # CMake
  90. cmake-build-debug/
  91. # Mongo Explorer plugin:
  92. .idea/**/mongoSettings.xml
  93. ## File-based project format:
  94. *.iws
  95. ## Plugin-specific files:
  96. # IntelliJ
  97. /out/
  98. # mpeltonen/sbt-idea plugin
  99. .idea_modules/
  100. # JIRA plugin
  101. atlassian-ide-plugin.xml
  102. # Cursive Clojure plugin
  103. .idea/replstate.xml
  104. # Ruby plugin and RubyMine
  105. /.rakeTasks
  106. # Crashlytics plugin (for Android Studio and IntelliJ)
  107. com_crashlytics_export_strings.xml
  108. crashlytics.properties
  109. crashlytics-build.properties
  110. fabric.properties
  111. ### PhpStorm Patch ###
  112. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  113. # *.iml
  114. # modules.xml
  115. # .idea/misc.xml
  116. # *.ipr
  117. # Sonarlint plugin
  118. .idea/sonarlint