We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b1ffd commit 963b636Copy full SHA for 963b636
samples/managed-llm/.dockerignore
@@ -1,13 +1,7 @@
1
# Default .dockerignore file for Defang
2
**/__pycache__
3
-**/.direnv
4
-**/.DS_Store
5
-**/.envrc
6
**/.git
7
**/.github
8
-**/.idea
9
-**/.next
10
-**/.vscode
11
**/compose.*.yaml
12
**/compose.*.yml
13
**/compose.yaml
@@ -16,12 +10,5 @@
16
**/docker-compose.*.yml
17
**/docker-compose.yaml
18
**/docker-compose.yml
19
-**/node_modules
20
-**/Thumbs.db
21
Dockerfile
22
14
*.Dockerfile
23
-# Ignore our own binary, but only in the root to avoid ignoring subfolders
24
-defang
25
-defang.exe
26
-# Ignore our project-level state
27
-.defang
samples/managed-llm/app/.dockerignore
0 commit comments