You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
549 B
46 lines
549 B
# Ignore Visual Studio temporary files, build results, and
|
|
# files generated by popular Visual Studio add-ons.
|
|
*.obj
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.[Cc]ache
|
|
*.ilk
|
|
*.log
|
|
*.lib
|
|
*.sbr
|
|
*.sdf
|
|
*.opensdf
|
|
*.sln.docstates
|
|
|
|
# Ignore NuGet Packages
|
|
*.nupkg
|
|
packages/
|
|
|
|
# Ignore build output
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
|
|
# Ignore MSTest test Results
|
|
[Tt]est[Rr]esult*/
|
|
[Bb]uild[Ll]og.*
|
|
|
|
# Ignore Resharper and StyleCop files
|
|
_ReSharper*/
|
|
*.resharper
|
|
*.DotSettings
|
|
*.StyleCop
|
|
|
|
# Ignore Visual Studio Code files
|
|
.vs/
|