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 e0d02ad commit 4c82023Copy full SHA for 4c82023
samples/managed-llm/.dockerignore
samples/managed-llm-provider/.dockerignore renamed to samples/managed-llm/app/.dockerignore
@@ -1,7 +1,13 @@
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
@@ -10,5 +16,12 @@
16
**/docker-compose.*.yml
17
**/docker-compose.yaml
18
**/docker-compose.yml
19
+**/node_modules
20
+**/Thumbs.db
21
Dockerfile
14
22
*.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
0 commit comments