You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/3_cli/sync.mdx
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,13 @@ wmill sync push [options]
110
110
111
111
Note that you can explicitly exclude (or include) specific files or folders to be taken into account with a [`wmill.yaml` file](https://github.com/windmill-labs/windmill-sync-example/blob/main/wmill.yaml).
112
112
113
+
```yaml
114
+
includes: ['f/**'] # uses "*" or uncomment this line to include everything. Note that wmill will only consider files with valid path (u/ or f/, with the right extension)
115
+
excludes: [] # excludes patterns here
116
+
117
+
defaultTs: 'bun'# deno is the default, set it to bun if you primarily use bun to avoid needing the .bun.ts extension
118
+
```
119
+
113
120
## Example Repos
114
121
115
122
We provide an example repo for syncing with Windmill:
0 commit comments