diff --git a/integration/cli/__snapshots__/npm-created.json b/integration/cli/__snapshots__/npm-created.json index a0afcf9d..e21bd901 100644 --- a/integration/cli/__snapshots__/npm-created.json +++ b/integration/cli/__snapshots__/npm-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/integration/cli/__snapshots__/pnpm-created.json b/integration/cli/__snapshots__/pnpm-created.json index b56929be..9446a593 100644 --- a/integration/cli/__snapshots__/pnpm-created.json +++ b/integration/cli/__snapshots__/pnpm-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/integration/cli/__snapshots__/yarn-created.json b/integration/cli/__snapshots__/yarn-created.json index e1cbdb3f..a3c99642 100644 --- a/integration/cli/__snapshots__/yarn-created.json +++ b/integration/cli/__snapshots__/yarn-created.json @@ -3,7 +3,6 @@ ".vscode", ".vscode/extensions.json", ".vscode/launch.json", - ".vscode/settings.json", "README.md", "astro.config.ts", "icons", diff --git a/packages/cli/overwrites/.vscode/settings.json b/packages/cli/overwrites/.vscode/settings.json deleted file mode 100644 index 620a9588..00000000 --- a/packages/cli/overwrites/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "files.exclude": { - ".astro": true, - "astro.config.ts": true, - "uno.config.ts": true, - "tsconfig.json": true, - "icons": true, - "src/env.d.ts": true, - "**/.git": true, - "**/.svn": true, - "**/.hg": true, - "**/CVS": true, - "**/.DS_Store": true, - "**/Thumbs.db": true - } -}