.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .vs/
  2. .svn/
  3. .zip
  4. obj/
  5. bin/
  6. Logs/
  7. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  8. [Bb]in/
  9. [Oo]bj/
  10. # Logs
  11. Logs/
  12. # Generated files
  13. project.lock.json
  14. .vs/
  15. .dotnet/
  16. .idea/
  17. # Nuget packages
  18. nupkg/*.nupkg
  19. nupkg/*.snupkg
  20. nupkg/push.bat
  21. nupkg/push.ps1
  22. # Profile images
  23. ProfileImages/
  24. # mstest test results
  25. TestResults
  26. ## Ignore Visual Studio temporary files, build results, and
  27. ## files generated by popular Visual Studio add-ons.
  28. # User-specific files
  29. *.suo
  30. *.user
  31. *.sln.docstates
  32. # Build results
  33. [Dd]ebug/
  34. [Rr]elease/
  35. x64/
  36. *_i.c
  37. *_p.c
  38. *.ilk
  39. *.meta
  40. *.obj
  41. *.pch
  42. *.pdb
  43. *.pgc
  44. *.pgd
  45. *.rsp
  46. *.sbr
  47. *.tlb
  48. *.tli
  49. *.tlh
  50. *.tmp
  51. *.log
  52. *.vspscc
  53. *.vssscc
  54. .builds
  55. # Visual C++ cache files
  56. ipch/
  57. *.aps
  58. *.ncb
  59. *.opensdf
  60. *.sdf
  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. # NCrunch
  70. *.ncrunch*
  71. .*crunch*.local.xml
  72. # Installshield output folder
  73. [Ee]xpress
  74. # DocProject is a documentation generator add-in
  75. DocProject/buildhelp/
  76. DocProject/Help/*.HxT
  77. DocProject/Help/*.HxC
  78. DocProject/Help/*.hhc
  79. DocProject/Help/*.hhk
  80. DocProject/Help/*.hhp
  81. DocProject/Help/Html2
  82. DocProject/Help/html
  83. # Click-Once directory
  84. publish
  85. # Publish Web Output
  86. *.Publish.xml
  87. # NuGet Packages Directory
  88. packages
  89. # Windows Azure Build Output
  90. csx
  91. *.build.csdef
  92. # Windows Store app package directory
  93. AppPackages/
  94. # Others
  95. [Bb]in
  96. [Oo]bj
  97. sql
  98. TestResults
  99. [Tt]est[Rr]esult*
  100. *.Cache
  101. ClientBin
  102. [Ss]tyle[Cc]op.*
  103. ~$*
  104. *.dbmdl
  105. Generated_Code #added for RIA/Silverlight projects
  106. # Backup & report files from converting an old project file to a newer
  107. # Visual Studio version. Backup files are not needed, because we have git ;-)
  108. _UpgradeReport_Files/
  109. Backup*/
  110. UpgradeLog*.XML
  111. src/.vs/config/applicationhost.config
  112. # GitLink
  113. !GitLink.exe
  114. !nuget.exe
  115. !SQLite.Interop.dll
  116. /tools
  117. nupkg/push-hikalkan.bat