Skip to content

Commit 3985a67

Browse files
authored
Fix and merge gitignores (#349)
1 parent 5c2f9df commit 3985a67

File tree

2 files changed

+379
-374
lines changed

2 files changed

+379
-374
lines changed

.gitignore

Lines changed: 379 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Go binaries
22
# cspell:ignore petadoptions
3-
petadoptions
3+
PetAdoptions/payforadoption-go/petadoptions
4+
45
**/.DS_Store
56
**/assets
67
**/.idea
@@ -10,3 +11,380 @@ petadoptions
1011
PetAdoptions/petsite/petsite/appsettings.Development.json
1112
PetAdoptions/trafficgenerator/.idea/.idea.trafficgenerator/.idea/indexLayout.xml
1213
PetAdoptions/trafficgenerator/.idea/.idea.trafficgenerator/.idea/modules.xml
14+
15+
16+
# Merging gitignore files
17+
18+
./petsite/.idea
19+
./trafficgenerator/.idea
20+
./petstatusupdater/function.zip
21+
cscdk
22+
23+
## Ignore Visual Studio temporary files, build results, and
24+
## files generated by popular Visual Studio add-ons.
25+
##
26+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
27+
28+
# User-specific files
29+
*.rsuser
30+
*.suo
31+
*.user
32+
*.userosscache
33+
*.sln.docstates
34+
35+
# User-specific files (MonoDevelop/Xamarin Studio)
36+
*.userprefs
37+
38+
# Mono auto generated files
39+
mono_crash.*
40+
41+
# Build results
42+
[Dd]ebug/
43+
[Dd]ebugPublic/
44+
[Rr]elease/
45+
[Rr]eleases/
46+
x64/
47+
x86/
48+
[Ww][Ii][Nn]32/
49+
[Aa][Rr][Mm]/
50+
[Aa][Rr][Mm]64/
51+
bld/
52+
[Bb]in/
53+
[Oo]bj/
54+
[Ll]og/
55+
[Ll]ogs/
56+
57+
# Visual Studio 2015/2017 cache/options directory
58+
.vs/
59+
# Uncomment if you have tasks that create the project's static files in wwwroot
60+
#wwwroot/
61+
62+
# Visual Studio 2017 auto generated files
63+
Generated\ Files/
64+
65+
# MSTest test Results
66+
[Tt]est[Rr]esult*/
67+
[Bb]uild[Ll]og.*
68+
69+
# NUnit
70+
*.VisualState.xml
71+
TestResult.xml
72+
nunit-*.xml
73+
74+
# Build Results of an ATL Project
75+
[Dd]ebugPS/
76+
[Rr]eleasePS/
77+
dlldata.c
78+
79+
# Benchmark Results
80+
BenchmarkDotNet.Artifacts/
81+
82+
# .NET Core
83+
project.lock.json
84+
project.fragment.lock.json
85+
artifacts/
86+
87+
# ASP.NET Scaffolding
88+
ScaffoldingReadMe.txt
89+
90+
# StyleCop
91+
StyleCopReport.xml
92+
93+
# Files built by Visual Studio
94+
*_i.c
95+
*_p.c
96+
*_h.h
97+
*.ilk
98+
*.meta
99+
*.obj
100+
*.iobj
101+
*.pch
102+
*.pdb
103+
*.ipdb
104+
*.pgc
105+
*.pgd
106+
*.rsp
107+
*.sbr
108+
*.tlb
109+
*.tli
110+
*.tlh
111+
*.tmp
112+
*.tmp_proj
113+
*_wpftmp.csproj
114+
*.log
115+
*.vspscc
116+
*.vssscc
117+
.builds
118+
*.pidb
119+
*.svclog
120+
*.scc
121+
122+
# Chutzpah Test files
123+
_Chutzpah*
124+
125+
# Visual C++ cache files
126+
ipch/
127+
*.aps
128+
*.ncb
129+
*.opendb
130+
*.opensdf
131+
*.sdf
132+
*.cachefile
133+
*.VC.db
134+
*.VC.VC.opendb
135+
136+
# Visual Studio profiler
137+
*.psess
138+
*.vsp
139+
*.vspx
140+
*.sap
141+
142+
# Visual Studio Trace Files
143+
*.e2e
144+
145+
# TFS 2012 Local Workspace
146+
$tf/
147+
148+
# Guidance Automation Toolkit
149+
*.gpState
150+
151+
# ReSharper is a .NET coding add-in
152+
_ReSharper*/
153+
*.[Rr]e[Ss]harper
154+
*.DotSettings.user
155+
156+
# TeamCity is a build add-in
157+
_TeamCity*
158+
159+
# DotCover is a Code Coverage Tool
160+
*.dotCover
161+
162+
# AxoCover is a Code Coverage Tool
163+
.axoCover/*
164+
!.axoCover/settings.json
165+
166+
# Coverlet is a free, cross platform Code Coverage Tool
167+
coverage*[.json, .xml, .info]
168+
169+
# Visual Studio code coverage results
170+
*.coverage
171+
*.coveragexml
172+
173+
# NCrunch
174+
_NCrunch_*
175+
.*crunch*.local.xml
176+
nCrunchTemp_*
177+
178+
# MightyMoose
179+
*.mm.*
180+
AutoTest.Net/
181+
182+
# Web workbench (sass)
183+
.sass-cache/
184+
185+
# Installshield output folder
186+
[Ee]xpress/
187+
188+
# DocProject is a documentation generator add-in
189+
DocProject/buildhelp/
190+
DocProject/Help/*.HxT
191+
DocProject/Help/*.HxC
192+
DocProject/Help/*.hhc
193+
DocProject/Help/*.hhk
194+
DocProject/Help/*.hhp
195+
DocProject/Help/Html2
196+
DocProject/Help/html
197+
198+
# Click-Once directory
199+
publish/
200+
201+
# Publish Web Output
202+
*.[Pp]ublish.xml
203+
*.azurePubxml
204+
# Note: Comment the next line if you want to checkin your web deploy settings,
205+
# but database connection strings (with potential passwords) will be unencrypted
206+
*.pubxml
207+
*.publishproj
208+
209+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
210+
# checkin your Azure Web App publish settings, but sensitive information contained
211+
# in these scripts will be unencrypted
212+
PublishScripts/
213+
214+
# NuGet Packages
215+
*.nupkg
216+
# NuGet Symbol Packages
217+
*.snupkg
218+
# The packages folder can be ignored because of Package Restore
219+
**/[Pp]ackages/*
220+
# except build/, which is used as an MSBuild target.
221+
!**/[Pp]ackages/build/
222+
# Uncomment if necessary however generally it will be regenerated when needed
223+
#!**/[Pp]ackages/repositories.config
224+
# NuGet v3's project.json files produces more ignorable files
225+
*.nuget.props
226+
*.nuget.targets
227+
228+
# Microsoft Azure Build Output
229+
csx/
230+
*.build.csdef
231+
232+
# Microsoft Azure Emulator
233+
ecf/
234+
rcf/
235+
236+
# Windows Store app package directories and files
237+
AppPackages/
238+
BundleArtifacts/
239+
Package.StoreAssociation.xml
240+
_pkginfo.txt
241+
*.appx
242+
*.appxbundle
243+
*.appxupload
244+
245+
# Visual Studio cache files
246+
# files ending in .cache can be ignored
247+
*.[Cc]ache
248+
# but keep track of directories ending in .cache
249+
!?*.[Cc]ache/
250+
251+
# Others
252+
ClientBin/
253+
~$*
254+
*~
255+
*.dbmdl
256+
*.dbproj.schemaview
257+
*.jfm
258+
*.pfx
259+
*.publishsettings
260+
orleans.codegen.cs
261+
262+
# Including strong name files can present a security risk
263+
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
264+
#*.snk
265+
266+
# Since there are multiple workflows, uncomment next line to ignore bower_components
267+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
268+
#bower_components/
269+
270+
# RIA/Silverlight projects
271+
Generated_Code/
272+
273+
# Backup & report files from converting an old project file
274+
# to a newer Visual Studio version. Backup files are not needed,
275+
# because we have git ;-)
276+
_UpgradeReport_Files/
277+
Backup*/
278+
UpgradeLog*.XML
279+
UpgradeLog*.htm
280+
ServiceFabricBackup/
281+
*.rptproj.bak
282+
283+
# SQL Server files
284+
*.mdf
285+
*.ldf
286+
*.ndf
287+
288+
# Business Intelligence projects
289+
*.rdl.data
290+
*.bim.layout
291+
*.bim_*.settings
292+
*.rptproj.rsuser
293+
*- [Bb]ackup.rdl
294+
*- [Bb]ackup ([0-9]).rdl
295+
*- [Bb]ackup ([0-9][0-9]).rdl
296+
297+
# Microsoft Fakes
298+
FakesAssemblies/
299+
300+
# GhostDoc plugin setting file
301+
*.GhostDoc.xml
302+
303+
# Node.js Tools for Visual Studio
304+
.ntvs_analysis.dat
305+
node_modules/
306+
307+
# Visual Studio 6 build log
308+
*.plg
309+
310+
# Visual Studio 6 workspace options file
311+
*.opt
312+
313+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
314+
*.vbw
315+
316+
# Visual Studio LightSwitch build output
317+
**/*.HTMLClient/GeneratedArtifacts
318+
**/*.DesktopClient/GeneratedArtifacts
319+
**/*.DesktopClient/ModelManifest.xml
320+
**/*.Server/GeneratedArtifacts
321+
**/*.Server/ModelManifest.xml
322+
_Pvt_Extensions
323+
324+
# Paket dependency manager
325+
.paket/paket.exe
326+
paket-files/
327+
328+
# FAKE - F# Make
329+
.fake/
330+
331+
# CodeRush personal settings
332+
.cr/personal
333+
334+
# Python Tools for Visual Studio (PTVS)
335+
__pycache__/
336+
*.pyc
337+
338+
# Cake - Uncomment if you are using it
339+
# tools/**
340+
# !tools/packages.config
341+
342+
# Tabs Studio
343+
*.tss
344+
345+
# Telerik's JustMock configuration file
346+
*.jmconfig
347+
348+
# BizTalk build output
349+
*.btp.cs
350+
*.btm.cs
351+
*.odx.cs
352+
*.xsd.cs
353+
354+
# OpenCover UI analysis results
355+
OpenCover/
356+
357+
# Azure Stream Analytics local run output
358+
ASALocalRun/
359+
360+
# MSBuild Binary and Structured Log
361+
*.binlog
362+
363+
# NVidia Nsight GPU debugger configuration file
364+
*.nvuser
365+
366+
# MFractors (Xamarin productivity tool) working folder
367+
.mfractor/
368+
369+
# Local History for Visual Studio
370+
.localhistory/
371+
372+
# BeatPulse healthcheck temp database
373+
healthchecksdb
374+
375+
# Backup folder for Package Reference Convert tool in Visual Studio 2017
376+
MigrationBackup/
377+
378+
# Ionide (cross platform F# VS Code tools) working folder
379+
.ionide/
380+
381+
# Fody - auto-generated XML schema
382+
FodyWeavers.xsd
383+
384+
# pethistory
385+
386+
pethistory/.aws-sam/
387+
pethistory/cdk-example.ts
388+
pethistory/coverage/
389+
pethistory/events/
390+
pethistory/samconfig.toml

0 commit comments

Comments
 (0)