Skip to content

Commit bd5be4f

Browse files
author
Chris Nussbaum
committed
Initial commit
0 parents  commit bd5be4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+19436
-0
lines changed

.dockerignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
**/.classpath
2+
**/.dockerignore
3+
**/.env
4+
**/.gitignore
5+
**/.project
6+
**/.settings
7+
**/.toolstarget
8+
**/.vs
9+
**/.vscode
10+
**/*.*proj.user
11+
**/*.dbmdl
12+
**/*.jfm
13+
**/azds.yaml
14+
**/bin
15+
**/charts
16+
**/docker-compose*
17+
**/Dockerfile*
18+
**/node_modules
19+
**/npm-debug.log
20+
**/obj
21+
**/secrets.dev.yaml
22+
**/values.dev.yaml
23+
**/temp-container-output
24+
LICENSE
25+
*.md
26+
**/docker-images.txt
27+
**/testresults
28+
**/package
29+
**/compose-logs

0 commit comments

Comments
 (0)