/.gitignore

http://github.com/toptensoftware/PetaPoco · gitignore · 224 lines · 126 code · 43 blank · 55 comment · 0 complexity · 362ca7dec658bd8aa199e0b90ea89471 MD5 · raw file

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