forked from beyond-code-github/LinqToQuerystring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
260 lines (211 loc) · 4.31 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
## Ignore Visual Studio 2015 .vs folder.
*.VC.opendb
*/.vs
## Ignore unwanted notepad++ backups
/Source/nppBackup
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
#Javascript and Javscript Report Files
/Source/Estream.Web/karma*/
/Source/Estream.Web/Scripts/_references.js
# Build results
bld/
build/
x64/
[Bb]in/
[Dd]ebug/
[Dd]ebugPublic/
[Oo]bj/
[Rr]elease/
# Business Intelligence projects
*.bim.layout
*.bim_*.settings
*.rdl.data
# Chutzpah Test files
_Chutzpah*
# Click-Once directory
publish/
# Code coverage
*.coveragexml
# Coverage folders
coverage/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/*.HxC
DocProject/Help/*.HxT
DocProject/Help/html
DocProject/Help/Html2
# DotCover is a Code Coverage Tool
*.dotCover
# Guidance Automation Toolkit
*.gpState
# Installshield output folder
[Ee]xpress/
# JavaScript Test Result Files
*.testxml
# JustCode is a .NET coding addin-in
.JustCode
# Karma configuration
karma.conf.js
# Merge files
*.BASE.*
*.LOCAL.*
*.REMOTE.*
# Microsoft Fakes
FakesAssemblies/
# MightyMoose
*.mm.*
AutoTest.Net/
# MSTest test Results
[Bb]uild[Ll]og.*
[Tt]est[Rr]esult*/
# NCrunch
*.ncrunch*
.*crunch*.local.xml
_NCrunch_*
# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
packages/*
Source/Estream.Deployment.UI/packages/*
## TODO: If the tool you use requires repositories.config, also uncomment the next line
#!packages/repositories.config
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
# This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
!packages/build/
# NUNIT
*.VisualState.xml
CodeCoverageTotal.html
CodeCoverageTotal/
Source/Foundation Tests/*.xml
testCoverage.html
testCoverage.xml
testCoverage/
TestResult.xml
# packages
*/packages/*
# ReSharper
*.DotSettings.user
*.[Rr]e[Ss]harper
_ReSharper*/
# RIA/Silverlight projects
Generated_Code/
# SQL Server files
App_Data/*.ldf
App_Data/*.mdf
# TeamCity is a build add-in
_TeamCity*
# temp save location
/Source/Estream.Web/App_Data/*.pdf
# TFS 2012 Local Workspace
$tf/
# Uncategorized Others
*.VC.db
*.Cache
*.dbmdl
*.dbproj.schemaview
*.ilk
*.log
*.meta
*.obj
*.orig
*.pch
*.pdb
*.pfx
*.pgc
*.pgd
*.pidb
*.rsp
*.sbr
*.scc
*.svclog
*.tlb
*.tlh
*.tli
*.tmp
*.tmp_proj
*.vspscc
*.vssscc
*_i.c
*_i.h
*_p.c
*~
.builds
.sass-cache/
ClientBin/
node_modules/
sql/
[Ss]tyle[Cc]op.*
~$*
# User-specific files
*.sln.docstates
*.suo
*.user
# Visual C++ cache files
*.aps
*.cachefile
*.ncb
*.opensdf
*.sdf
ipch/
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# Visual Studio T4 Template List
*t4list.txt
# Windows Azure Build Output
*.build.csdef
csx/
# Windows Store app package directory
AppPackages/
# =========================
# Windows detritus
# =========================
#
*RANDOM_SEED$
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
/Source/null
# Windows image file caches
Thumbs.db
ehthumbs.db
/Source/Estream.Database/Estream.Database.sln.DotSettings
# VSCode settings
/Source/.settings
/Source/packages
/ymls/ration.ymt.txt
/ymls/configuration.yml
# Precompiled Website
/Source/Estream.Web.Precompiled/
/Source/Estream.Deploy/revert.ps1
/Source/Estream.Deploy/revertTest.ps1
/Source/Estream/
# Shared connection strings.
/Source/SharedConnectionStrings.config
/Source/SharedAppSettings.config
SharedConnectionStrings.config
SharedAppSettings.config
/Source/Estream.Web/App_Data/nsb*.txt
/Source/Estream.Deploy/deploy_DB_SQL2.ps1
/Source/Estream.Deploy/deploy_webx.ps1
/Source/Estream.Deploy/test_SSIS.ps1
# Error logs
/Source/*Errors.txt
# SSDT User files
*.rptproj.rsuser
# Random files people have added.
/Source/Estream.Migrations/Embedded Scripts/PostFlow/Migration_20171128_0911_Terminals_vwTerminalBusinessEntityAccessLoadPlan__Dev.sql
/Source/Estream.BI/Estream.Reports.EmbeddedReports/AccountingOverShortHistorical_old.rdl
/Source/Estream.Web.PerformanceTests/Profiles/MAPLScenarios/MAPL2XPeakLoad_NewWLM.loadtest
/Source/Estream.Web/package-lock.json
/Source/.vscode
/Source/.ionide