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.
71 lines
736 B
71 lines
736 B
# Misc folders |
|
[Bb]in/ |
|
[Oo]bj/ |
|
[Pp]ackages/ |
|
|
|
# Build related |
|
tools/** |
|
!tools/packages.config |
|
|
|
## Ignore Visual Studio temporary files, build results, and |
|
## files generated by popular Visual Studio add-ons. |
|
|
|
# User-specific files |
|
*.suo |
|
*.user |
|
*.sln.docstates |
|
*.sln.ide/ |
|
*.userprefs |
|
*.GhostDoc.xml |
|
|
|
# Build results |
|
[Dd]ebug/ |
|
[Rr]elease/ |
|
x64/ |
|
*_i.c |
|
*_p.c |
|
*.ilk |
|
*.meta |
|
*.obj |
|
*.pch |
|
*.pdb |
|
*.pgc |
|
*.pgd |
|
*.rsp |
|
*.sbr |
|
*.tlb |
|
*.tli |
|
*.tlh |
|
*.tmp |
|
*.log |
|
*.vspscc |
|
*.vssscc |
|
.builds |
|
|
|
# Visual Studio profiler |
|
*.psess |
|
*.vsp |
|
*.vspx |
|
|
|
# ReSharper is a .NET coding add-in |
|
_ReSharper* |
|
|
|
# NCrunch |
|
*.ncrunch* |
|
.*crunch*.local.xml |
|
_NCrunch_* |
|
|
|
artifacts/ |
|
build/ |
|
# NuGet Packages Directory |
|
packages |
|
|
|
# Windows |
|
Thumbs.db |
|
|
|
# NUnit |
|
TestResult.xml |
|
.vs/ |
|
.idea/ |
|
|
|
doc/_site/ |