forked from OmniSharp/omnisharp-roslyn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
62 lines (56 loc) · 727 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[Oo]bj/
[Bb]in/
TestResults/
.nuget/
*.sln.ide/
_ReSharper.*/
artifacts/
PublishProfiles/
*.user
*.suo
*.cache
*.docstates
_ReSharper.*
nuget.exe
*net45.csproj
*net451.csproj
*k10.csproj
*.psess
*.vsp
*.pidb
*.userprefs
*DS_Store
*.ncrunchsolution
*.*sdf
*.ipch
*.sln.ide
debugSettings.json
buildlog
/.vs
*.lock.json
/omnisharp*.tar.gz
scripts/Omnisharp*
.msbuild-*/
.msbuild/
# NuGet
*.nuget.targets
# Build folder
.dotnet/
.dotnet-legacy/
.dotnet-future/
.mono/
tools/*
!tools/packages.config
# Test assets
test-assets/**/tools/*
!test-assets/**/tools/packages.config
# VS Code
/.vscode/settings.json
/.vscode/launch.json
# VS
launchSettings.json
# Rider
.idea/
test-assets/**/nugets
*.binlog
/vscodelauncher/x64/Debug