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 7b009d4 commit e5b1ffdCopy full SHA for e5b1ffd
samples/managed-llm/.gitignore
@@ -1,2 +1,3 @@
1
+.env
2
myenv
3
__pycache__/
samples/managed-llm/app/.dockerignore
@@ -0,0 +1,14 @@
+# Default .dockerignore file for Defang
+**/__pycache__
+**/.git
4
+**/.github
5
+**/compose.*.yaml
6
+**/compose.*.yml
7
+**/compose.yaml
8
+**/compose.yml
9
+**/docker-compose.*.yaml
10
+**/docker-compose.*.yml
11
+**/docker-compose.yaml
12
+**/docker-compose.yml
13
+Dockerfile
14
+*.Dockerfile
0 commit comments