.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. # ---> C Sharp
  2. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  3. [Bb]in/
  4. [Oo]bj/
  5. # mstest test results
  6. TestResults
  7. ## Ignore Visual Studio temporary files, build results, and
  8. ## files generated by popular Visual Studio add-ons.
  9. # User-specific files
  10. *.suo
  11. *.user
  12. *.sln.docstates
  13. # Build results
  14. [Dd]ebug/
  15. [Rr]elease/
  16. x64/
  17. *_i.c
  18. *_p.c
  19. *.ilk
  20. *.meta
  21. *.obj
  22. *.pch
  23. *.pdb
  24. *.pgc
  25. *.pgd
  26. *.rsp
  27. *.sbr
  28. *.tlb
  29. *.tli
  30. *.tlh
  31. *.tmp
  32. *.log
  33. *.vspscc
  34. *.vssscc
  35. .builds
  36. # Visual C++ cache files
  37. ipch/
  38. *.aps
  39. *.ncb
  40. *.opensdf
  41. *.sdf
  42. *.csproj
  43. # Visual Studio profiler
  44. *.psess
  45. *.vsp
  46. *.vspx
  47. # Guidance Automation Toolkit
  48. *.gpState
  49. # ReSharper is a .NET coding add-in
  50. _ReSharper*
  51. # NCrunch
  52. *.ncrunch*
  53. .*crunch*.local.xml
  54. # Installshield output folder
  55. [Ee]xpress
  56. # DocProject is a documentation generator add-in
  57. DocProject/buildhelp/
  58. DocProject/Help/*.HxT
  59. DocProject/Help/*.HxC
  60. DocProject/Help/*.hhc
  61. DocProject/Help/*.hhk
  62. DocProject/Help/*.hhp
  63. DocProject/Help/Html2
  64. DocProject/Help/html
  65. # Click-Once directory
  66. publish
  67. # Publish Web Output
  68. *.Publish.xml
  69. # NuGet Packages Directory
  70. packages
  71. # Windows Azure Build Output
  72. csx
  73. *.build.csdef
  74. # Windows Store app package directory
  75. AppPackages/
  76. # Others
  77. [Bb]in
  78. [Oo]bj
  79. sql
  80. TestResults
  81. [Tt]est[Rr]esult*
  82. *.Cache
  83. ClientBin
  84. [Ss]tyle[Cc]op.*
  85. ~$*
  86. *.dbmdl
  87. Generated_Code #added for RIA/Silverlight projects
  88. # Backup & report files from converting an old project file to a newer
  89. # Visual Studio version. Backup files are not needed, because we have git ;-)
  90. _UpgradeReport_Files/
  91. Backup*/
  92. UpgradeLog*.XML
  93. /PMS.NetCore/.vs
  94. /PropertyH5/node_modules