-
Notifications
You must be signed in to change notification settings - Fork 120
/
.gitignore
77 lines (77 loc) · 878 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
66
67
68
69
70
71
72
73
74
75
76
77
*.*scc
*.FileListAbsolute.txt
*.aps
*.bak
*.[Cc]ache
*.clw
*.eto
*.fb6lck
*.fbl6
*.fbpInf
*.ilk
*.lib
*.log
*.ncb
*.nlb
*.obj
*.patch
*.pch
*.pdb
*.plg
*.[Pp]ublish.xml
*.rdl.data
*.sbr
*.scc
*.sig
*.sqlsuo
*.suo
*.svclog
*.tlb
*.tlh
*.tli
*.tmp
*.user
*.vshost.*
*DXCore.Solution
*_i.c
*_p.c
Ankh.Load
Backup*/
CVS/
PrecompiledWeb/
UpgradeLog*.*
[Bb]in/
[Dd]ebug/
[Oo]bj/
[Rr]elease/
[Tt]humbs.db
_UpgradeReport_Files
_[Rr]e[Ss]harper.*/
hgignore[.-]*
ignore[.-]*
svnignore[.-]*
lint.db
*.ReSharper
source/packages
source/OctopusTools.v2.ncrunchsolution
*.orig
*.userprefs
*.lock.json
.vs
.vscode
/tools/Addins/
/tools/Cake/
/tools/GitVersion.CommandLine
/tools/ILRepack
/tools/*
!/tools/packages.config
/artifacts/
/publish/
TestResult.xml
TestResults/
*.received.*
.idea/
/source/Octo/Properties/launchSettings.json
**/ExpectedSdkVersion.txt
**/launchSettings.json
.DS_Store