A stealth-based 2D platformer where you don't have to kill anyone unless you want to. https://www.semicolin.games
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

263 lines
4.2 KiB

4 years ago
4 years ago
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. Content/
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.userosscache
  8. *.sln.docstates
  9. # User-specific files (MonoDevelop/Xamarin Studio)
  10. *.userprefs
  11. # Build results
  12. [Dd]ebug/
  13. [Dd]ebugPublic/
  14. [Rr]elease/
  15. [Rr]eleases/
  16. x64/
  17. x86/
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. [Ll]og/
  22. # Visual Studio 2015 cache/options directory
  23. .vs/
  24. # Uncomment if you have tasks that create the project's static files in wwwroot
  25. #wwwroot/
  26. # MSTest test Results
  27. [Tt]est[Rr]esult*/
  28. [Bb]uild[Ll]og.*
  29. # NUNIT
  30. *.VisualState.xml
  31. TestResult.xml
  32. # Build Results of an ATL Project
  33. [Dd]ebugPS/
  34. [Rr]eleasePS/
  35. dlldata.c
  36. # DNX
  37. project.lock.json
  38. project.fragment.lock.json
  39. artifacts/
  40. *_i.c
  41. *_p.c
  42. *_i.h
  43. *.ilk
  44. *.meta
  45. *.obj
  46. *.pch
  47. *.pdb
  48. *.pgc
  49. *.pgd
  50. *.rsp
  51. *.sbr
  52. *.tlb
  53. *.tli
  54. *.tlh
  55. *.tmp
  56. *.tmp_proj
  57. *.log
  58. *.vspscc
  59. *.vssscc
  60. .builds
  61. *.pidb
  62. *.svclog
  63. *.scc
  64. # Chutzpah Test files
  65. _Chutzpah*
  66. # Visual C++ cache files
  67. ipch/
  68. *.aps
  69. *.ncb
  70. *.opendb
  71. *.opensdf
  72. *.sdf
  73. *.cachefile
  74. *.VC.db
  75. *.VC.VC.opendb
  76. # Visual Studio profiler
  77. *.psess
  78. *.vsp
  79. *.vspx
  80. *.sap
  81. # TFS 2012 Local Workspace
  82. $tf/
  83. # Guidance Automation Toolkit
  84. *.gpState
  85. # ReSharper is a .NET coding add-in
  86. _ReSharper*/
  87. *.[Rr]e[Ss]harper
  88. *.DotSettings.user
  89. # JustCode is a .NET coding add-in
  90. .JustCode
  91. # TeamCity is a build add-in
  92. _TeamCity*
  93. # DotCover is a Code Coverage Tool
  94. *.dotCover
  95. # NCrunch
  96. _NCrunch_*
  97. .*crunch*.local.xml
  98. nCrunchTemp_*
  99. # MightyMoose
  100. *.mm.*
  101. AutoTest.Net/
  102. # Web workbench (sass)
  103. .sass-cache/
  104. # Installshield output folder
  105. [Ee]xpress/
  106. # DocProject is a documentation generator add-in
  107. DocProject/buildhelp/
  108. DocProject/Help/*.HxT
  109. DocProject/Help/*.HxC
  110. DocProject/Help/*.hhc
  111. DocProject/Help/*.hhk
  112. DocProject/Help/*.hhp
  113. DocProject/Help/Html2
  114. DocProject/Help/html
  115. # Click-Once directory
  116. publish/
  117. # Publish Web Output
  118. *.[Pp]ublish.xml
  119. *.azurePubxml
  120. # Comment the next line if you want to checkin your web deploy settings
  121. # but database connection strings (with potential passwords) will be unencrypted
  122. #*.pubxml
  123. *.publishproj
  124. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  125. # checkin your Azure Web App publish settings, but sensitive information contained
  126. # in these scripts will be unencrypted
  127. PublishScripts/
  128. # NuGet Packages
  129. *.nupkg
  130. # The packages folder can be ignored because of Package Restore
  131. **/packages/*
  132. # except build/, which is used as an MSBuild target.
  133. !**/packages/build/
  134. # Uncomment if necessary however generally it will be regenerated when needed
  135. #!**/packages/repositories.config
  136. # NuGet v3's project.json files produces more ignoreable files
  137. *.nuget.props
  138. *.nuget.targets
  139. # Microsoft Azure Build Output
  140. csx/
  141. *.build.csdef
  142. # Microsoft Azure Emulator
  143. ecf/
  144. rcf/
  145. # Windows Store app package directories and files
  146. AppPackages/
  147. BundleArtifacts/
  148. Package.StoreAssociation.xml
  149. _pkginfo.txt
  150. # Visual Studio cache files
  151. # files ending in .cache can be ignored
  152. *.[Cc]ache
  153. # but keep track of directories ending in .cache
  154. !*.[Cc]ache/
  155. # Others
  156. ClientBin/
  157. ~$*
  158. *~
  159. *.dbmdl
  160. *.dbproj.schemaview
  161. *.jfm
  162. *.pfx
  163. *.publishsettings
  164. node_modules/
  165. orleans.codegen.cs
  166. # Since there are multiple workflows, uncomment next line to ignore bower_components
  167. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  168. #bower_components/
  169. # RIA/Silverlight projects
  170. Generated_Code/
  171. # Backup & report files from converting an old project file
  172. # to a newer Visual Studio version. Backup files are not needed,
  173. # because we have git ;-)
  174. _UpgradeReport_Files/
  175. Backup*/
  176. UpgradeLog*.XML
  177. UpgradeLog*.htm
  178. # SQL Server files
  179. *.mdf
  180. *.ldf
  181. # Business Intelligence projects
  182. *.rdl.data
  183. *.bim.layout
  184. *.bim_*.settings
  185. # Microsoft Fakes
  186. FakesAssemblies/
  187. # GhostDoc plugin setting file
  188. *.GhostDoc.xml
  189. # Node.js Tools for Visual Studio
  190. .ntvs_analysis.dat
  191. # Visual Studio 6 build log
  192. *.plg
  193. # Visual Studio 6 workspace options file
  194. *.opt
  195. # Visual Studio LightSwitch build output
  196. **/*.HTMLClient/GeneratedArtifacts
  197. **/*.DesktopClient/GeneratedArtifacts
  198. **/*.DesktopClient/ModelManifest.xml
  199. **/*.Server/GeneratedArtifacts
  200. **/*.Server/ModelManifest.xml
  201. _Pvt_Extensions
  202. # Paket dependency manager
  203. .paket/paket.exe
  204. paket-files/
  205. # FAKE - F# Make
  206. .fake/
  207. # JetBrains Rider
  208. .idea/
  209. *.sln.iml
  210. # CodeRush
  211. .cr/
  212. # Python Tools for Visual Studio (PTVS)
  213. __pycache__/
  214. *.pyc