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 d2a78f9 commit eb2358aCopy full SHA for eb2358a
upload.ts
@@ -24,7 +24,9 @@ const defaultDockerIgnore = `# Default .dockerignore file for Defang
24
**/node_modules
25
**/Thumbs.db
26
# Ignore our own binary, but only in the root to avoid ignoring subfolders
27
-defang`;
+defang
28
+# Ignore our project-level state
29
+.defang`;
30
31
const extractMessageRegex = /<Message>(.*?)<\/Message>/;
32
0 commit comments