-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
47 lines (47 loc) · 963 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
/VsBackground/obj
/VsBackground/bin
/packages
*.suo
/VsTranslator/obj
/VsTranslator/bin
/VsTranslatorTest/obj/Debug
/VsTranslatorTest/bin/Debug
*.user
/temp/ConsoleApplication2/ConsoleApplication2/obj
/temp/ConsoleApplication2/ConsoleApplication3/obj
/VsTranslator/*.user
/VSIXProject1
/MenuCommandTest
/ColumnGuides
/VsTranslatorTest/obj/Release
/*.DotSettings
/VsTranslatorTest/obj
/VsTranslatorTest/bin
/VsComment/obj/Debug
/VsComment/bin/Debug
/VsComment.Entities/obj/Debug
/VsComment.Entities/bin/Debug
/VsComment.Tests/obj/Debug
/VsComment.Tests/bin/Debug
/Translate.Core/obj
/Translate.Core/bin
/Translate Client/bin
/Translate Client/obj
/Translate.Settings/obj
/Translate.Settings/bin
/Translate.Settings/obj/Debug
/Translate.Settings/bin/Debug
/TranslateService/obj
/TranslateService/bin
/VsComment/obj
/VsComment/bin
/VsComment.Entities/bin
/VsComment.Entities/obj
/VsComment.Tests/obj
/VsComment.Tests/bin
/.vs
packages
TestResults
obj
bin
Codes/.vs/