.gitignore 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. # Download this file using PowerShell v3 under Windows with the following comand:
  2. # Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
  3. # or wget:
  4. # wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.sln.docstates
  9. # Build results
  10. [Dd]ebug/
  11. [Rr]elease/
  12. x64/
  13. [Bb]in/
  14. [Oo]bj/
  15. # build folder is nowadays used for build scripts and should not be ignored
  16. #build/
  17. # NuGet Packages
  18. *.nupkg
  19. # The packages folder can be ignored because of Package Restore
  20. **/packages/*
  21. # except build/, which is used as an MSBuild target.
  22. !**/packages/build/
  23. # Uncomment if necessary however generally it will be regenerated when needed
  24. #!**/packages/repositories.config
  25. # MSTest test Results
  26. [Tt]est[Rr]esult*/
  27. [Bb]uild[Ll]og.*
  28. *_i.c
  29. *_p.c
  30. *.ilk
  31. *.meta
  32. *.obj
  33. *.pch
  34. *.pdb
  35. *.pgc
  36. *.pgd
  37. *.rsp
  38. *.sbr
  39. *.tlb
  40. *.tli
  41. *.tlh
  42. *.tmp
  43. *.tmp_proj
  44. *.log
  45. *.vspscc
  46. *.vssscc
  47. .builds
  48. *.pidb
  49. *.log
  50. *.scc
  51. # OS generated files #
  52. .DS_Store*
  53. Icon?
  54. # Visual C++ cache files
  55. ipch/
  56. *.aps
  57. *.ncb
  58. *.opensdf
  59. *.sdf
  60. *.cachefile
  61. # Visual Studio profiler
  62. *.psess
  63. *.vsp
  64. *.vspx
  65. # Guidance Automation Toolkit
  66. *.gpState
  67. # ReSharper is a .NET coding add-in
  68. _ReSharper*/
  69. *.[Rr]e[Ss]harper
  70. # TeamCity is a build add-in
  71. _TeamCity*
  72. # DotCover is a Code Coverage Tool
  73. *.dotCover
  74. # NCrunch
  75. *.ncrunch*
  76. .*crunch*.local.xml
  77. # Installshield output folder
  78. [Ee]xpress/
  79. # DocProject is a documentation generator add-in
  80. DocProject/buildhelp/
  81. DocProject/Help/*.HxT
  82. DocProject/Help/*.HxC
  83. DocProject/Help/*.hhc
  84. DocProject/Help/*.hhk
  85. DocProject/Help/*.hhp
  86. DocProject/Help/Html2
  87. DocProject/Help/html
  88. # Click-Once directory
  89. publish/
  90. # Publish Web Output
  91. *.Publish.xml
  92. # Windows Azure Build Output
  93. csx
  94. *.build.csdef
  95. # Windows Store app package directory
  96. AppPackages/
  97. # Others
  98. *.Cache
  99. ClientBin/
  100. [Ss]tyle[Cc]op.*
  101. ~$*
  102. *~
  103. *.dbmdl
  104. *.[Pp]ublish.xml
  105. *.pfx
  106. *.publishsettings
  107. modulesbin/
  108. tempbin/
  109. # EPiServer Site file (VPP)
  110. AppData/
  111. # RIA/Silverlight projects
  112. Generated_Code/
  113. # Backup & report files from converting an old project file to a newer
  114. # Visual Studio version. Backup files are not needed, because we have git ;-)
  115. _UpgradeReport_Files/
  116. Backup*/
  117. UpgradeLog*.XML
  118. UpgradeLog*.htm
  119. # vim
  120. *.txt~
  121. *.swp
  122. *.swo
  123. # svn
  124. .svn
  125. # CVS - Source Control
  126. **/CVS/
  127. # Remainings from resolvings conflicts in Source Control
  128. *.orig
  129. # SQL Server files
  130. **/App_Data/*.mdf
  131. **/App_Data/*.ldf
  132. **/App_Data/*.sdf
  133. #LightSwitch generated files
  134. GeneratedArtifacts/
  135. _Pvt_Extensions/
  136. ModelManifest.xml
  137. # =========================
  138. # Windows detritus
  139. # =========================
  140. # Windows image file caches
  141. Thumbs.db
  142. ehthumbs.db
  143. # Folder config file
  144. Desktop.ini
  145. # Recycle Bin used on file shares
  146. $RECYCLE.BIN/
  147. # Mac desktop service store files
  148. .DS_Store
  149. # SASS Compiler cache
  150. .sass-cache
  151. # Visual Studio 2014 CTP
  152. **/*.sln.ide
  153. # Visual Studio temp something
  154. .vs/
  155. # dotnet stuff
  156. project.lock.json
  157. # VS 2015+
  158. *.vc.vc.opendb
  159. *.vc.db
  160. # Rider
  161. .idea/
  162. # Visual Studio Code
  163. .vscode/
  164. # Output folder used by Webpack or other FE stuff
  165. **/node_modules/*
  166. **/wwwroot/*
  167. # SpecFlow specific
  168. *.feature.cs
  169. *.feature.xlsx.*
  170. *.Specs_*.html
  171. #####
  172. # End of core ignore list, below put you custom 'per project' settings (patterns or path)
  173. #####
  174. prs.server/Properties/launchSettings.json
  175. prs.server/PRSServer.exe
  176. *.DS_Store
  177. *.ipa
  178. *.aar