Skip to content

Commit c5a7900

Browse files
committed
[RELEASE] v1.1.0 - Stable release with Custom Names, Persistent EULA, and Enhanced Dock. Ready for experimental Seamless Apps.
1 parent a722891 commit c5a7900

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ export default defineConfig({
1919
ignored: [
2020
'**/storage/**',
2121
'**/storage/**/*',
22+
'**/.docker/**',
2223
'**/*.json',
2324
'**/*.yml',
2425
'**/*.yaml',
2526
'**/*.img',
2627
'**/*.dmg',
27-
'**/macboat.json',
28-
'**/compose.yml'
28+
'**/*.qcow2',
29+
'**/node_modules/**',
30+
'**/dist/**',
31+
'**/.git/**'
2932
]
3033
}
3134
}

0 commit comments

Comments
 (0)