-
Notifications
You must be signed in to change notification settings - Fork 124
/
.gitignore
127 lines (108 loc) · 2.49 KB
/
.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
**/[bB]in/
**/[oO]bj/
/Src/**/bin/
/Src/**/obj/
/Src/**/[dD]ebug*/
/Src/**/Release*/
/Src/build*/
/Tools/**/bin/
/Tools/**/build*/
/Tools/**/obj/
/Tools/**/[dD]ebug*/
/Tools/**/Release*/
/Samples/**/bin/
/Samples/**/[oO]bj/
/Samples/**/dist*/
!/Samples/**/distri*/
/Integration/**/bin/
/Integration/**/obj/
/Integration/**/Release*/
/Integration/**/[dD]ebug*/
/Integration/build*/
/NCMonitor/**/bin/
/NCMonitor/**/obj/
/NCMonitor/**/Release*/
/NCMonitor/**/[dD]ebug*/
/NCMonitor/build*/
/Activation/**/bin/
/Activation/**/build/
/Activation/**/Release*/
/Activation/**/[dD]ebug*/
/Activation/**/obj/
!/Activation_32_64/StubDll/res/
/Activation_32_64/**/bin/
/Activation_32_64/**/build/
/Activation_32_64/**/Release*/
/Activation_32_64/**/[dD]ebug*/
/Activation_32_64/**/obj/
/Activation_32/**/bin/
/Activation_32/**/build/
/Activation_32/**/Release*/
/Activation_32/**/[dD]ebug*/
/Activation_32/**/obj/
/Activation .NetCore/**/bin/
/Activation .NetCore/**/build/
/Activation .NetCore/**/Release*/
/Activation .NetCore/**/[dD]ebug*/
/Activation .NetCore/**/obj/
/Src/NCLicense/**/*.log
/Src/NCLicense/**/*.tlog
/Src/NCLicense/**/*.pch
/Src/NCLicense/**/*.pdb
/Src/NCLicense/**/*.manifest
/Src/NCLicense/**/*.idb
/Src/NCLicense/**/*.lastbuildstate
/Src/NCLicense/**/*.obj
/Src/NCLicense/**/*.res
/Src/NCLicense/**/*.XML
/Src/NCLicense/**/*.exp
/Src/NCLicense/**/*.dll
Activation/TestStubDll/Release
/Src/Debuging_Symbols/
/Dotfuscated/**/output/
/Src/build-prof/
Thumbs.db
*.sdf
*.dll
*.exe
*.suo
*.user
*.opensdf
*.opendb
*.filters
*.ipch
*.pdb
*.db
*.rej
*.log
*.ide
*.pubxml
*.nupkg
*.tmp
*.vspscc
*.scc
**/.vs/**
**/packages/**
!/Src/NCManager/DLLS/**
!/Resources/**
!/Tar.Gz/**
!/AI Setup/**
!/Window2012Signing/**
!/NuGet/**
!/Samples/dotnetcore/ResponseCaching/ResponseCaching/wwwroot/lib/bootstrap/dist
/Nuget/**/*.dll
/NuGet/*.nupkg
/NuGet/**/lib/**
src/packages/**
AI Setup/NCache Setup/NCache Data/Permissions
AI Setup/NCache Setup/NCache Data/Clean/GAC Cleaner/GAC Cleaner/bin/Release
Integration/EFNCacheProvider - Core/TestApps/objForNetCore/
AI Setup/NCache Setup/NCache Data/OnlineHelp/Getting-Started/images/Thumbs.db
NCacheWebPortal/Publish/
NCacheWebPortal/Publish-linux-x64/
NCacheWebPortal/NCacheWebManager/wwwroot/**/*.json
NCacheWebPortal_4.0/NCacheWebManager/Properties/launchSettings.json
NCacheWebPortal/NCacheWebManager/libs/Alachisoft.NCMonitor.Web.deps.json
NCacheWebPortal/NCacheWebManager/Properties/launchSettings.json
UNIX Setup/opensource_server_netcore/*
UNIX Setup/opensource_server_structure/*