Skip to content

Commit 0d9df2c

Browse files
committed
add inclide
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
1 parent f16b43a commit 0d9df2c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

dagger.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"engineVersion": "v0.19.8",
44
"sdk": {
55
"source": "python"
6-
}
6+
},
7+
"include": [
8+
".dagger",
9+
"!*/**/.venv",
10+
"!*/**/.pytest_cache",
11+
"!*/**/.ruff_cache",
12+
"!*/**/.envrc"
13+
]
714
}

0 commit comments

Comments
 (0)