Skip to content

Commit 4aac574

Browse files
committedJul 23, 2019
add .dockerignore file to the root of the repo
1 parent 687f364 commit 4aac574

File tree

1 file changed

+279
-0
lines changed

1 file changed

+279
-0
lines changed
 

‎.dockerignore

+279
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
.git/
2+
**/syntax: glob
3+
4+
### VisualStudio ###
5+
6+
# Tool Runtime Dir
7+
**/.dotnet/
8+
**/.packages/
9+
**/.tools/
10+
11+
# User-specific files
12+
**/*.suo
13+
**/*.user
14+
**/*.userosscache
15+
**/*.sln.docstates
16+
17+
# Build results
18+
**/artifacts/
19+
**/.idea/
20+
**/[Dd]ebug/
21+
**/[Dd]ebugPublic/
22+
**/[Rr]elease/
23+
**/[Rr]eleases/
24+
**/build/
25+
**/bld/
26+
**/[Bb]in/
27+
**/[Oo]bj/
28+
**/msbuild.log
29+
**/msbuild.err
30+
**/msbuild.wrn
31+
**/msbuild.binlog
32+
**/.deps/
33+
**/.dirstamp
34+
**/.libs/
35+
**/*.lo
36+
**/*.o
37+
38+
# Cross building rootfs
39+
**/cross/rootfs/
40+
**/cross/android-rootfs/
41+
42+
# Visual Studio
43+
**/.vs/
44+
45+
# MSTest test Results
46+
**/[Tt]est[Rr]esult*/
47+
**/[Bb]uild[Ll]og.*
48+
49+
#NUNIT
50+
**/*.VisualState.xml
51+
**/TestResult.xml
52+
53+
# Build Results of an ATL Project
54+
**/[Dd]ebugPS/
55+
**/[Rr]eleasePS/
56+
**/dlldata.c
57+
58+
**/*_i.c
59+
**/*_p.c
60+
**/*_i.h
61+
**/*.ilk
62+
**/*.meta
63+
**/*.obj
64+
**/*.pch
65+
**/*.pdb
66+
**/*.pgc
67+
**/*.pgd
68+
**/*.rsp
69+
**/*.sbr
70+
**/*.tlb
71+
**/*.tli
72+
**/*.tlh
73+
**/*.tmp
74+
**/*.tmp_proj
75+
**/*.log
76+
**/*.vspscc
77+
**/*.vssscc
78+
**/.builds
79+
**/*.pidb
80+
**/*.svclog
81+
**/*.scc
82+
83+
# Chutzpah Test files
84+
**/_Chutzpah*
85+
86+
# Visual C++ cache files
87+
**/ipch/
88+
**/*.aps
89+
**/*.ncb
90+
**/*.opendb
91+
**/*.opensdf
92+
**/*.sdf
93+
**/*.cachefile
94+
**/*.VC.db
95+
96+
# Visual Studio profiler
97+
**/*.psess
98+
**/*.vsp
99+
**/*.vspx
100+
101+
# TFS 2012 Local Workspace
102+
**/$tf/
103+
104+
# Guidance Automation Toolkit
105+
**/*.gpState
106+
107+
# ReSharper is a .NET coding add-in
108+
**/_ReSharper*/
109+
**/*.[Rr]e[Ss]harper
110+
**/*.DotSettings.user
111+
112+
# JustCode is a .NET coding addin-in
113+
**/.JustCode
114+
115+
# TeamCity is a build add-in
116+
**/_TeamCity*
117+
118+
# DotCover is a Code Coverage Tool
119+
**/*.dotCover
120+
121+
# NCrunch
122+
**/_NCrunch_*
123+
**/.*crunch*.local.xml
124+
125+
# MightyMoose
126+
**/*.mm.*
127+
**/AutoTest.Net/
128+
129+
# Web workbench (sass)
130+
**/.sass-cache/
131+
132+
# Installshield output folder
133+
**/[Ee]xpress/
134+
135+
# DocProject is a documentation generator add-in
136+
**/DocProject/buildhelp/
137+
**/DocProject/Help/*.HxT
138+
**/DocProject/Help/*.HxC
139+
**/DocProject/Help/*.hhc
140+
**/DocProject/Help/*.hhk
141+
**/DocProject/Help/*.hhp
142+
**/DocProject/Help/Html2
143+
**/DocProject/Help/html
144+
145+
# Click-Once directory
146+
**/publish/
147+
148+
# Publish Web Output
149+
**/*.[Pp]ublish.xml
150+
**/*.azurePubxml
151+
**/*.pubxml
152+
**/*.publishproj
153+
154+
# NuGet Packages
155+
**/*.nuget.props
156+
**/*.nuget.targets
157+
**/*.nupkg
158+
**/**/packages/*
159+
160+
# NuGet package restore lockfiles
161+
**/project.lock.json
162+
163+
# Windows Azure Build Output
164+
**/csx/
165+
**/*.build.csdef
166+
167+
# Windows Store app package directory
168+
**/AppPackages/
169+
170+
# Others
171+
**/*.Cache
172+
**/ClientBin/
173+
**/[Ss]tyle[Cc]op.*
174+
**/~$*
175+
**/*.dbmdl
176+
**/*.dbproj.schemaview
177+
**/*.pfx
178+
**/*.publishsettings
179+
**/node_modules/
180+
**/*.metaproj
181+
**/*.metaproj.tmp
182+
**/bin.localpkg/
183+
184+
# RIA/Silverlight projects
185+
**/Generated_Code/
186+
187+
# Backup & report files from converting an old project file
188+
# to a newer Visual Studio version. Backup files are not needed,
189+
# because we have git ;-)
190+
**/_UpgradeReport_Files/
191+
**/Backup*/
192+
**/UpgradeLog*.XML
193+
**/UpgradeLog*.htm
194+
195+
# SQL Server files
196+
**/*.mdf
197+
**/*.ldf
198+
199+
# Business Intelligence projects
200+
**/*.rdl.data
201+
**/*.bim.layout
202+
**/*.bim_*.settings
203+
204+
# Microsoft Fakes
205+
**/FakesAssemblies/
206+
207+
### MonoDevelop ###
208+
209+
**/*.pidb
210+
**/*.userprefs
211+
212+
### Windows ###
213+
214+
# Windows image file caches
215+
**/Thumbs.db
216+
**/ehthumbs.db
217+
218+
# Folder config file
219+
**/Desktop.ini
220+
221+
# Recycle Bin used on file shares
222+
**/$RECYCLE.BIN/
223+
224+
# Windows Installer files
225+
**/*.cab
226+
**/*.msi
227+
**/*.msm
228+
**/*.msp
229+
230+
# Windows shortcuts
231+
**/*.lnk
232+
233+
### Linux ###
234+
235+
**/*~
236+
237+
# KDE directory preferences
238+
**/.directory
239+
240+
### OSX ###
241+
242+
**/.DS_Store
243+
**/.AppleDouble
244+
**/.LSOverride
245+
246+
# Icon must end with two \r
247+
**/Icon
248+
249+
# Thumbnails
250+
**/._*
251+
252+
# Files that might appear on external disk
253+
**/.Spotlight-V100
254+
**/.Trashes
255+
256+
# Directories potentially created on remote AFP share
257+
**/.AppleDB
258+
**/.AppleDesktop
259+
**/Network Trash Folder
260+
**/Temporary Items
261+
**/.apdisk
262+
263+
# vim temporary files
264+
**/[._]*.s[a-w][a-z]
265+
**/[._]s[a-w][a-z]
266+
**/*.un~
267+
**/Session.vim
268+
**/.netrwhist
269+
**/*~
270+
271+
# Visual Studio Code
272+
**/.vscode/
273+
274+
# Private test configuration and binaries.
275+
**/config.ps1
276+
**/**/IISApplications
277+
278+
# VS debug support files
279+
**/launchSettings.json

0 commit comments

Comments
 (0)
Please sign in to comment.