2017-03-10 02:27:22 +03:00
|
|
|
|
|
|
|
# Everything in the external/packages directory as nuget packages are restored here.
|
2018-05-12 07:52:34 +03:00
|
|
|
/nuget/restored_packages/*
|
2017-03-10 02:27:22 +03:00
|
|
|
|
|
|
|
# Build generated files in src
|
|
|
|
/src/**/objd/**/*
|
|
|
|
/src/**/obj/**/*
|
|
|
|
/src/**/bin/**/*
|
|
|
|
/src/**/gen/**/*
|
|
|
|
/src/**/*.nuspec
|
|
|
|
/src/**/StyleCop.Cache
|
|
|
|
|
|
|
|
# MSBuild's log file
|
|
|
|
msbuild.log
|
|
|
|
|
|
|
|
# Build.exe
|
|
|
|
*.err
|
|
|
|
*.wrn
|
|
|
|
*.log
|
|
|
|
*.prf
|
|
|
|
*.trc
|
|
|
|
buildd.dbb
|
|
|
|
build.dbb
|
|
|
|
buildd.evt
|
|
|
|
build.evt
|
|
|
|
|
|
|
|
###
|
|
|
|
Repository Bloat Risks
|
|
|
|
###
|
|
|
|
*.exe
|
|
|
|
*.dll
|
|
|
|
*.lib
|
|
|
|
*.pdb
|
|
|
|
*.wim
|
|
|
|
*.zip
|
|
|
|
*.gz
|
|
|
|
*.meta
|
|
|
|
*.obj
|
|
|
|
*.tmp
|
|
|
|
*.tmp_proj
|
|
|
|
*.log
|
|
|
|
.builds
|
|
|
|
|
2017-03-04 00:45:41 +03:00
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
2018-02-09 02:56:41 +03:00
|
|
|
*.vs/
|
2017-03-04 00:45:41 +03:00
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.userosscache
|
|
|
|
*.sln.docstates
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
[Dd]ebug/
|
|
|
|
[Dd]ebugPublic/
|
|
|
|
[Rr]elease/
|
|
|
|
[Rr]eleases/
|
|
|
|
x64/
|
|
|
|
x86/
|
2017-03-10 02:27:22 +03:00
|
|
|
build/
|
2017-03-04 00:45:41 +03:00
|
|
|
bld/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
|
2017-03-10 02:27:22 +03:00
|
|
|
#drop folder
|
|
|
|
/src/drop/**/*
|
2017-03-04 00:45:41 +03:00
|
|
|
|
2017-03-10 02:27:22 +03:00
|
|
|
# Roslyn cache directories
|
|
|
|
*.ide/
|
2017-03-04 00:45:41 +03:00
|
|
|
|
|
|
|
# Visual Studio profiler
|
|
|
|
*.psess
|
|
|
|
*.vsp
|
|
|
|
*.vspx
|