.gitignore 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  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. # ---> VisualStudio
  50. ## Ignore Visual Studio temporary files, build results, and
  51. ## files generated by popular Visual Studio add-ons.
  52. # User-specific files
  53. *.suo
  54. *.user
  55. *.userosscache
  56. *.sln.docstates
  57. # User-specific files (MonoDevelop/Xamarin Studio)
  58. *.userprefs
  59. # Build results
  60. [Dd]ebug/
  61. [Dd]ebugPublic/
  62. [Rr]elease/
  63. [Rr]eleases/
  64. x64/
  65. x86/
  66. build/
  67. bld/
  68. [Bb]in/
  69. [Oo]bj/
  70. # Visual Studio 2015 cache/options directory
  71. .vs/
  72. # Uncomment if you have tasks that create the project's static files in wwwroot
  73. #wwwroot/
  74. # MSTest test Results
  75. [Tt]est[Rr]esult*/
  76. [Bb]uild[Ll]og.*
  77. # NUNIT
  78. *.VisualState.xml
  79. TestResult.xml
  80. # Build Results of an ATL Project
  81. [Dd]ebugPS/
  82. [Rr]eleasePS/
  83. dlldata.c
  84. # DNX
  85. project.lock.json
  86. artifacts/
  87. *_i.c
  88. *_p.c
  89. *_i.h
  90. *.ilk
  91. *.meta
  92. *.obj
  93. *.pch
  94. *.pdb
  95. *.pgc
  96. *.pgd
  97. *.rsp
  98. *.sbr
  99. *.tlb
  100. *.tli
  101. *.tlh
  102. *.tmp
  103. *.tmp_proj
  104. *.log
  105. *.vspscc
  106. *.vssscc
  107. .builds
  108. *.pidb
  109. *.svclog
  110. *.scc
  111. # Chutzpah Test files
  112. _Chutzpah*
  113. # Visual C++ cache files
  114. ipch/
  115. *.aps
  116. *.ncb
  117. *.opensdf
  118. *.sdf
  119. *.cachefile
  120. # Visual Studio profiler
  121. *.psess
  122. *.vsp
  123. *.vspx
  124. *.sap
  125. # TFS 2012 Local Workspace
  126. $tf/
  127. # Guidance Automation Toolkit
  128. *.gpState
  129. # ReSharper is a .NET coding add-in
  130. _ReSharper*/
  131. *.[Rr]e[Ss]harper
  132. *.DotSettings.user
  133. # JustCode is a .NET coding add-in
  134. .JustCode
  135. # TeamCity is a build add-in
  136. _TeamCity*
  137. # DotCover is a Code Coverage Tool
  138. *.dotCover
  139. # NCrunch
  140. _NCrunch_*
  141. .*crunch*.local.xml
  142. nCrunchTemp_*
  143. # MightyMoose
  144. *.mm.*
  145. AutoTest.Net/
  146. # Web workbench (sass)
  147. .sass-cache/
  148. # Installshield output folder
  149. [Ee]xpress/
  150. # DocProject is a documentation generator add-in
  151. DocProject/buildhelp/
  152. DocProject/Help/*.HxT
  153. DocProject/Help/*.HxC
  154. DocProject/Help/*.hhc
  155. DocProject/Help/*.hhk
  156. DocProject/Help/*.hhp
  157. DocProject/Help/Html2
  158. DocProject/Help/html
  159. # Click-Once directory
  160. publish/
  161. # Publish Web Output
  162. *.[Pp]ublish.xml
  163. *.azurePubxml
  164. # TODO: Comment the next line if you want to checkin your web deploy settings
  165. # but database connection strings (with potential passwords) will be unencrypted
  166. *.pubxml
  167. *.publishproj
  168. # NuGet Packages
  169. *.nupkg
  170. # The packages folder can be ignored because of Package Restore
  171. **/packages/*
  172. # except build/, which is used as an MSBuild target.
  173. !**/packages/build/
  174. # Uncomment if necessary however generally it will be regenerated when needed
  175. #!**/packages/repositories.config
  176. # Windows Azure Build Output
  177. csx/
  178. *.build.csdef
  179. # Windows Store app package directory
  180. AppPackages/
  181. # Visual Studio cache files
  182. # files ending in .cache can be ignored
  183. *.[Cc]ache
  184. # but keep track of directories ending in .cache
  185. !*.[Cc]ache/
  186. # Others
  187. ClientBin/
  188. [Ss]tyle[Cc]op.*
  189. ~$*
  190. *~
  191. *.dbmdl
  192. *.dbproj.schemaview
  193. *.pfx
  194. *.publishsettings
  195. node_modules/
  196. orleans.codegen.cs
  197. # RIA/Silverlight projects
  198. Generated_Code/
  199. # Backup & report files from converting an old project file
  200. # to a newer Visual Studio version. Backup files are not needed,
  201. # because we have git ;-)
  202. _UpgradeReport_Files/
  203. Backup*/
  204. UpgradeLog*.XML
  205. UpgradeLog*.htm
  206. # SQL Server files
  207. *.mdf
  208. *.ldf
  209. # Business Intelligence projects
  210. *.rdl.data
  211. *.bim.layout
  212. *.bim_*.settings
  213. # Microsoft Fakes
  214. FakesAssemblies/
  215. # Node.js Tools for Visual Studio
  216. .ntvs_analysis.dat
  217. # Visual Studio 6 build log
  218. *.plg
  219. # Visual Studio 6 workspace options file
  220. *.opt
  221. # Visual Studio LightSwitch build output
  222. **/*.HTMLClient/GeneratedArtifacts
  223. **/*.DesktopClient/GeneratedArtifacts
  224. **/*.DesktopClient/ModelManifest.xml
  225. **/*.Server/GeneratedArtifacts
  226. **/*.Server/ModelManifest.xml
  227. _Pvt_Extensions
  228. # ---> VisualStudioCode
  229. .settings
  230. # ---> Vim
  231. [._]*.s[a-w][a-z]
  232. [._]s[a-w][a-z]
  233. *.un~
  234. Session.vim
  235. .netrwhist
  236. *~
  237. # ---> Composer
  238. composer.phar
  239. vendor/
  240. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  241. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  242. # composer.lock