.gitignore 4.8 KB

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