Skip to content

Commit eb2358a

Browse files
committed
Ignore .defang state file/folder from contexts
1 parent d2a78f9 commit eb2358a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

upload.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ const defaultDockerIgnore = `# Default .dockerignore file for Defang
2424
**/node_modules
2525
**/Thumbs.db
2626
# Ignore our own binary, but only in the root to avoid ignoring subfolders
27-
defang`;
27+
defang
28+
# Ignore our project-level state
29+
.defang`;
2830

2931
const extractMessageRegex = /<Message>(.*?)<\/Message>/;
3032

0 commit comments

Comments
 (0)