-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
293 lines (235 loc) · 6.43 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
front-react/node_modules
front-react/.pnp
front-react/.pnp.js
# testing
front-react/coverage
# production
front-react/build
# misc
front-react/.DS_Store
front-react/.env.local
front-react/.env.development.local
front-react/.env.test.local
front-react/.env.production.local
front-react/npm-debug.log*
front-react/yarn-debug.log*
front-react/yarn-error.log*
## -----------------------------------------------------------------------------------------------------------
## -----------------------------------------------------------------------------------------------------------
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# Azure Functions localsettings file
**/back-azure/local.settings.json
# User-specific files
back-azure/*.suo
back-azure/*.user
back-azure/*.userosscache
back-azure/*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
back-azure/*.userprefs
# Build results
back-azure/[Dd]ebug/
back-azure/[Dd]ebugPublic/
back-azure/[Rr]elease/
back-azure/[Rr]eleases/
back-azure/x64/
back-azure/x86/
back-azure/bld/
back-azure/[Bb]in/
back-azure/[Oo]bj/
back-azure/[Ll]og/
# Visual Studio 2015 cache/options directory
back-azure/.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
back-azure/[Tt]est[Rr]esult*/
back-azure/[Bb]uild[Ll]og.*
# NUNIT
back-azure/*.VisualState.xml
back-azure/TestResult.xml
# Build Results of an ATL Project
back-azure/[Dd]ebugPS/
back-azure/[Rr]eleasePS/
back-azure/dlldata.c
# DNX
back-azure/project.lock.json
back-azure/project.fragment.lock.json
back-azure/artifacts/
back-azure/*_i.c
back-azure/*_p.c
back-azure/*_i.h
back-azure/*.ilk
back-azure/*.meta
back-azure/*.obj
back-azure/*.pch
back-azure/*.pdb
back-azure/*.pgc
back-azure/*.pgd
back-azure/*.rsp
back-azure/*.sbr
back-azure/*.tlb
back-azure/*.tli
back-azure/*.tlh
back-azure/*.tmp
back-azure/*.tmp_proj
back-azure/*.log
back-azure/*.vspscc
back-azure/*.vssscc
back-azure/.builds
back-azure/*.pidb
back-azure/*.svclog
back-azure/*.scc
# Chutzpah Test files
back-azure/_Chutzpah*
# Visual C++ cache files
back-azure/ipch/
back-azure/*.aps
back-azure/*.ncb
back-azure/*.opendb
back-azure/*.opensdf
back-azure/*.sdf
back-azure/*.cachefile
back-azure/*.VC.db
back-azure/*.VC.VC.opendb
# Visual Studio profiler
back-azure/*.psess
back-azure/*.vsp
back-azure/*.vspx
back-azure/*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
back-azure/*.gpState
# ReSharper is a .NET coding add-in
back-azure/_ReSharper*/
back-azure/*.[Rr]e[Ss]harper
back-azure/*.DotSettings.user
# JustCode is a .NET coding add-in
back-azure/.JustCode
# TeamCity is a build add-in
back-azure/_TeamCity*
# DotCover is a Code Coverage Tool
back-azure/*.dotCover
# NCrunch
back-azure/_NCrunch_*
back-azure/.*crunch*.local.xml
back-azure/nCrunchTemp_*
# MightyMoose
back-azure/*.mm.*
back-azure/AutoTest.Net/
# Web workbench (sass)
back-azure/.sass-cache/
# Installshield output folder
back-azure/[Ee]xpress/
# DocProject is a documentation generator add-in
back-azure/DocProject/buildhelp/
back-azure/DocProject/Help/*.HxT
back-azure/DocProject/Help/*.HxC
back-azure/DocProject/Help/*.hhc
DocProject/Help/*.hhk
back-azure/DocProject/Help/*.hhp
back-azure/DocProject/Help/Html2
back-azure/DocProject/Help/html
# Click-Once directory
back-azure/publish/
# Publish Web Output
back-azure/*.[Pp]ublish.xml
back-azure/*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#*.pubxml
back-azure/*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
back-azure/PublishScripts/
# NuGet Packages
back-azure/*.nupkg
# The packages folder can be ignored because of Package Restore
back-azure/**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
back-azure/*.nuget.props
back-azure/*.nuget.targets
# Microsoft Azure Build Output
back-azure/csx/
back-azure/*.build.csdef
# Microsoft Azure Emulator
back-azure/ecf/
back-azure/rcf/
# Windows Store app package directories and files
back-azure/AppPackages/
back-azure/BundleArtifacts/
back-azure/Package.StoreAssociation.xml
back-azure/_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
back-azure/*.[Cc]ache
# but keep track of directories ending in .cache
back-azure/!*.[Cc]ache/
# Others
back-azure/ClientBin/
back-azure/~$*
back-azure/*~
back-azure/*.dbmdl
back-azure/*.dbproj.schemaview
back-azure/*.jfm
back-azure/*.pfx
back-azure/*.publishsettings
back-azure/node_modules/
back-azure/orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
back-azure/Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
back-azure/_UpgradeReport_Files/
back-azure/Backup*/
back-azure/UpgradeLog*.XML
back-azure/UpgradeLog*.htm
# SQL Server files
back-azure/*.mdf
back-azure/*.ldf
# Business Intelligence projects
back-azure/*.rdl.data
back-azure/*.bim.layout
back-azure/*.bim_*.settings
# Microsoft Fakes
back-azure/FakesAssemblies/
# GhostDoc plugin setting file
back-azure/*.GhostDoc.xml
# Node.js Tools for Visual Studio
back-azure/.ntvs_analysis.dat
# Visual Studio 6 build log
back-azure/*.plg
# Visual Studio 6 workspace options file
back-azure/*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
back-azure/_Pvt_Extensions
# Paket dependency manager
back-azure/.paket/paket.exe
back-azure/paket-files/
# FAKE - F# Make
back-azure/.fake/
# JetBrains Rider
back-azure/.idea/
back-azure/*.sln.iml
# CodeRush
back-azure/.cr/
# Python Tools for Visual Studio (PTVS)
back-azure/__pycache__/
back-azure/*.pyc