.gitignore 5.0 KB

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