-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 695 Bytes
/
.gitignore
File metadata and controls
42 lines (34 loc) · 695 Bytes
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
/*.aps
/*.eto
/*.ncb
/*.opensdf
/*.sdf
/*.suo
/*.user
/ClientBin
/GeneratedArtifacts
/[Bb]in
/[Dd]ebug
/[Rr]elease
/_Pvt_Extensions
/_ReSharper.*
/ipch
/obj
/.vs/
/packages/*.*
/bin
/TestResults/*
/AssemblyInfoUtil/[Bb]in/Debug
/AssemblyInfoUtil/[Bb]in/x86/Debug
/AssemblyInfoUtil/[Oo]bj/Debug
/AssemblyInfoUtil/[Oo]bj/x86/Debug
/UnitTestProject/[Bb]in/Debug
/UnitTestProject/[Oo]bj/Debug
/AssemblyInfoUtil/bin/Release
/AssemblyInfoUtil/obj/Release
/UnitTestProject/bin/Release
/UnitTestProject/obj/Release
/GMS.Util.AssemblyInfoUtil.NuGet1/bin/Debug
/GMS.Util.AssemblyInfoUtil.NuGet1/obj/Debug
/GMS.Util.AssemblyInfoUtil.NuGet1/obj/Release
/GMS.Util.AssemblyInfoUtil.NuGet1/bin/Release