.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. *.pgc
  24. *.pgd
  25. *.rsp
  26. *.sbr
  27. *.tlb
  28. *.tli
  29. *.tlh
  30. *.tmp
  31. *.log
  32. *.vspscc
  33. *.vssscc
  34. .builds
  35. # Visual C++ cache files
  36. ipch/
  37. *.aps
  38. *.ncb
  39. *.opensdf
  40. *.sdf
  41. # Visual Studio profiler
  42. *.psess
  43. *.vsp
  44. *.vspx
  45. # Guidance Automation Toolkit
  46. *.gpState
  47. # ReSharper is a .NET coding add-in
  48. _ReSharper*
  49. # NCrunch
  50. *.ncrunch*
  51. .*crunch*.local.xml
  52. # Installshield output folder
  53. [Ee]xpress
  54. # DocProject is a documentation generator add-in
  55. DocProject/buildhelp/
  56. DocProject/Help/*.HxT
  57. DocProject/Help/*.HxC
  58. DocProject/Help/*.hhc
  59. DocProject/Help/*.hhk
  60. DocProject/Help/*.hhp
  61. DocProject/Help/Html2
  62. DocProject/Help/html
  63. # Click-Once directory
  64. publish
  65. # Publish Web Output
  66. *.Publish.xml
  67. # NuGet Packages Directory
  68. # Windows Azure Build Output
  69. csx
  70. *.build.csdef
  71. # Windows Store app package directory
  72. AppPackages/
  73. # Others
  74. [Bb]in
  75. [Oo]bj
  76. sql
  77. TestResults
  78. [Tt]est[Rr]esult*
  79. *.Cache
  80. ClientBin
  81. [Ss]tyle[Cc]op.*
  82. ~$*
  83. *.dbmdl
  84. Generated_Code #added for RIA/Silverlight projects
  85. # Backup & report files from converting an old project file to a newer
  86. # Visual Studio version. Backup files are not needed, because we have git ;-)
  87. _UpgradeReport_Files/
  88. Backup*/
  89. UpgradeLog*.XML
  90. Dev/OHV/.vs/
  91. Dev/OHV/.cr/
  92. Dev/OHV/OutRelese/
  93. Dev/Connection/OHVProtocolServer/.vs/
  94. Dev/설치프로그램.zip
  95. Dev/OHVDriveLogger/OHVDriveLogger/.vs/OHVDriveLogger/v15/Server/sqlite3/db.lock
  96. Dev/OHVDriveLogger/OHVDriveLogger/.vs/OHVDriveLogger/v15/Server/sqlite3/storage.ide
  97. Dev/OHVDriveLogger/OHVDriveLogger/.vs/OHVDriveLogger/v15/Server/sqlite3/storage.ide-shm
  98. Dev/OHVDriveLogger/OHVDriveLogger/.vs/OHVDriveLogger/v15/Server/sqlite3/storage.ide-wal