forked from pact-foundation/pact-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (63 loc) · 873 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
63
64
65
#ignore thumbnails created by windows
Thumbs.db
#OSX/Linux Stuff
*.DS_Store
*.swp
*.swo
#Ignore files build by Visual Studio
*.obj
*.exe
!.nuget/Nuget.exe
*.pdb
*.user
*.aps
*.pch
*.vsp
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
#[Ww]eb.[Cc]onfig
*.csproj.user
*.orig
*.psess
[Bb]in/
[Oo]bj/
[Oo]utput/
[Ee]nvironment/
TestResults/*
_TeamCity*/
Build/PactNet*.nupkg
*.ncrunchproject
*.ncrunchsolution
/packages/*
!packages/repositories.config
/Build/coverage
[Ll]ogs
*.DotSettings
PactNet/Files/pact/
.vs/
tools/
build/tools/
build/linux/
build/macos/
build/windows/
dist/
samples/ReadMe/Provider.Tests/Properties/launchSettings.json
samples/ReadMe/Provider/Properties/launchSettings.json
.idea/