forked from Trulioo/sdk-csharp-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (45 loc) · 780 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
# Mercurial .hgignore file template by Abdullin.com
# For syntax see: http://linux.die.net/man/5/hgignore
# Source: http://bitbucket.org/abdullin/snippets/
# Visual Studio
glob:*.user
glob:*.suo
glob:*.cache
glob:_ReSharper.*/
relre:/obj/
relre:/bin/
relre:/Bin/
# Build results
[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# Misc
glob:Thumbs.db
glob:*.bak
glob:*.log
relre:TestResults/
syntax: glob
*.cs.orig
*.config.orig
glob:*.orig
*.vsp
*.psess
PrecompiledWeb/*
Backup/*
UpgradeLog*.htm
bin/
obj/
*.suo
*.user
# Remainings from resolvings conflicts in Source Control
*.orig
# Visual Studio 2015 cache/options directory
.vs/
# Include DLLs if they're in the NuGet packages directory
!/packages/**