Skip to content

Commit e5b1ffd

Browse files
committed
edit ignored files
1 parent 7b009d4 commit e5b1ffd

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

samples/managed-llm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
.env
12
myenv
23
__pycache__/
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Default .dockerignore file for Defang
2+
**/__pycache__
3+
**/.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

Comments
 (0)