.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. ## Merged .gitignore: Root + RacingGame
  2. # OS junk files
  3. [Tt]humbs.db
  4. *.DS_Store
  5. **/.DS_Store
  6. # Visual Studio files
  7. *.pidb
  8. *.userprefs
  9. *.[Oo]bj
  10. *.exe
  11. *.pdb
  12. *.user
  13. *.aps
  14. *.pch
  15. *.vspscc
  16. *.vssscc
  17. *_i.c
  18. *_p.c
  19. *.ncb
  20. *.suo
  21. *.tlb
  22. *.tlh
  23. *.bak
  24. *.[Cc]ache
  25. *.ilk
  26. *.log
  27. *.lib
  28. *.sbr
  29. *.sdf
  30. ipch/
  31. obj/
  32. [Bb]in
  33. [Dd]ebug*/
  34. [Rr]elease*/
  35. Ankh.NoLoad
  36. .vs
  37. # Tooling
  38. _ReSharper*/
  39. *.resharper
  40. [Tt]est[Rr]esult*
  41. # Project files
  42. [Bb]uild/
  43. # Subversion files
  44. .svn
  45. # Office Temp Files
  46. ~$*
  47. # monodroid private beta
  48. monodroid*.msi
  49. /CompiledContent/Android/IgnoreMe.dll
  50. /CompiledContent/OSX/IgnoreMe.dll
  51. /CompiledContent/Windows8/IgnoreMe.dll
  52. /CompiledContent/Windows/IgnoreMe.dll
  53. *.cachefile
  54. *.dll
  55. ## Ignore Visual Studio temporary files, build results, and files generated by popular Visual Studio add-ons.
  56. *.userosscache
  57. *.sln.docstates
  58. [Dd]ebug/
  59. [Dd]ebugPublic/
  60. [Rr]elease/
  61. [Rr]eleases/
  62. x64/
  63. x86/
  64. bld/
  65. [Bb]in/
  66. [Oo]bj/
  67. [Ll]og/
  68. .vs/
  69. #wwwroot/
  70. [Bb]uild[Ll]og.*
  71. *.VisualState.xml
  72. TestResult.xml
  73. [Dd]ebugPS/
  74. [Rr]eleasePS/
  75. dlldata.c
  76. project.lock.json
  77. artifacts/
  78. *_i.h
  79. *.meta
  80. *.pgc
  81. *.pgd
  82. *.rsp
  83. .builds
  84. *.svclog
  85. *.scc
  86. _Chutzpah*
  87. *.opendb
  88. *.opensdf
  89. *.VC.db
  90. *.VC.VC.opendb
  91. *.psess
  92. *.vsp
  93. *.vspx
  94. *.sap
  95. $tf/
  96. *.gpState
  97. *.[Rr]e[Ss]harper
  98. *.DotSettings.user
  99. .JustCode
  100. _TeamCity*
  101. *.dotCover
  102. _NCrunch_*
  103. .*crunch*.local.xml
  104. nCrunchTemp_*
  105. *.mm.*
  106. AutoTest.Net/
  107. .sass-cache/
  108. [Ee]xpress/
  109. DocProject/buildhelp/
  110. DocProject/Help/*.HxT
  111. DocProject/Help/*.HxC
  112. DocProject/Help/*.hhc
  113. DocProject/Help/*.hhk
  114. DocProject/Help/*.hhp
  115. DocProject/Help/Html2
  116. DocProject/Help/html
  117. publish/
  118. *.[Pp]ublish.xml
  119. *.azurePubxml
  120. *.pubxml
  121. *.publishproj
  122. PublishScripts/
  123. *.nupkg
  124. **/packages/*
  125. !**/packages/build/
  126. *.nuget.props
  127. *.nuget.targets
  128. csx/
  129. *.build.csdef
  130. ecf/
  131. rcf/
  132. AppPackages/
  133. BundleArtifacts/
  134. Package.StoreAssociation.xml
  135. _pkginfo.txt
  136. !*.[Cc]ache/
  137. ClientBin/
  138. *~
  139. *.dbmdl
  140. *.dbproj.schemaview
  141. *.pfx
  142. *.publishsettings
  143. node_modules/
  144. orleans.codegen.cs
  145. #bower_components/
  146. Generated_Code/
  147. _UpgradeReport_Files/
  148. Backup*/
  149. UpgradeLog*.XML
  150. UpgradeLog*.htm
  151. *.mdf
  152. *.ldf
  153. *.rdl.data
  154. *.bim.layout
  155. *.bim_*.settings
  156. FakesAssemblies/
  157. *.GhostDoc.xml
  158. .ntvs_analysis.dat
  159. *.plg
  160. *.opt
  161. **/*.HTMLClient/GeneratedArtifacts
  162. **/*.DesktopClient/GeneratedArtifacts
  163. **/*.DesktopClient/ModelManifest.xml
  164. **/*.Server/GeneratedArtifacts
  165. **/*.Server/ModelManifest.xml
  166. _Pvt_Extensions
  167. .paket/paket.exe
  168. paket-files/
  169. .fake/
  170. .idea/
  171. *.sln.iml