Skip to content

Commit 11e790f

Browse files
committed
Ignore compose include files
1 parent 0a42f15 commit 11e790f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

upload.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,21 @@ const SOURCE_DATE_EPOCH = process.env["SOURCE_DATE_EPOCH"] ?? "315532800"; // de
99

1010
// The default .dockerignore for projects that don't have one. Keep in sync with pkg/cli/context.go in CLI repo.
1111
const defaultDockerIgnore = `# Default .dockerignore file for Defang
12-
**/.DS_Store
12+
**/__pycache__
1313
**/.direnv
14+
**/.DS_Store
1415
**/.envrc
1516
**/.git
1617
**/.github
1718
**/.idea
1819
**/.next
1920
**/.vscode
20-
**/__pycache__
21+
**/compose.*.yaml
22+
**/compose.*.yml
2123
**/compose.yaml
2224
**/compose.yml
25+
**/docker-compose.*.yaml
26+
**/docker-compose.*.yml
2327
**/docker-compose.yaml
2428
**/docker-compose.yml
2529
**/node_modules

0 commit comments

Comments
 (0)