-
Notifications
You must be signed in to change notification settings - Fork 447
/
Dockerfile.dockerignore
64 lines (56 loc) · 1.11 KB
/
Dockerfile.dockerignore
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
**/.classpath
**/.dockerignore
**/.env
**/.DS_Store
**/.git
**/.gitignore
**/.project
**/.settings
**/.toolstarget
**/.vs
**/.vscode
**/*.*proj.user
**/*.dbmdl
**/*.jfm
**/azds.yaml
**/DataProtection-Keys
**/Desktop.ini
**/bin
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/[Tt]humbs.db
**/values.dev.yaml
LICENSE
README.md
# Build
# -------------------------------------
build/artifacts
build/packages
# App specific
# -------------------------------------
# Backups
**/[Bb]ackup*
**/_[Bb]ackup*
**/*.bak
**/*.orig
**/Kopie von*
src/Smartstore.Web/Modules/*
src/Smartstore.Web/App_Data/*
!src/Smartstore.Web/App_Data/EmailTemplates/*
!src/Smartstore.Web/App_Data/Geo/*
!src/Smartstore.Web/App_Data/Localization/*
!src/Smartstore.Web/App_Data/Samples/*
!src/Smartstore.Web/App_Data/icons.json
!src/Smartstore.Web/App_Data/widgetzones.json
src/Smartstore.Web/wwwroot/[Ee]xchange/*
src/Smartstore.Web/[Cc]onfig/usersettings*
# Themes
src/Smartstore.Web/Themes/*
!src/Smartstore.Web/Themes/Flex/
!src/Smartstore.Web/Themes/FlexBlue/
!src/Smartstore.Web/Themes/FlexBlack/