2013-02-15 23:24:54 +08:00
|
|
|
# ignore Visual Studio user files
|
|
|
|
*.suo
|
|
|
|
*.csproj.user
|
2014-02-18 20:55:20 +08:00
|
|
|
*.sln.cache
|
2013-02-15 23:24:54 +08:00
|
|
|
|
2014-08-16 21:23:34 +08:00
|
|
|
# Ignored testing and profiling files
|
|
|
|
TestResults/
|
|
|
|
*.vsp
|
|
|
|
*.testsettings
|
|
|
|
|
2014-07-01 11:30:58 +08:00
|
|
|
# Roslyn Cache
|
2014-08-16 21:23:34 +08:00
|
|
|
*.sln.ide/
|
2014-07-01 11:30:58 +08:00
|
|
|
|
2013-02-15 23:24:54 +08:00
|
|
|
# ignore C# build directories
|
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
2013-02-16 22:20:55 +08:00
|
|
|
reference/.metadata/
|
|
|
|
reference/antlr4.net/
|
2014-02-17 11:45:32 +08:00
|
|
|
/runtime/CSharp/packages/
|
2013-02-25 02:39:56 +08:00
|
|
|
|
|
|
|
# ignore Java (Maven) build directory
|
|
|
|
tool/target/
|
2014-02-18 20:55:20 +08:00
|
|
|
|
|
|
|
# ignore NuGet output folders
|
|
|
|
/build/nuget/
|