diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | .helix/languages.toml | 6 | ||||
| -rw-r--r-- | .vscode/extensions.json | 4 | ||||
| -rw-r--r-- | .vscode/launch.json | 11 | ||||
| -rw-r--r-- | .zed/settings.json | 8 |
5 files changed, 4 insertions, 29 deletions
@@ -1,3 +1,7 @@ +.vscode +.helix +.zed + # build output dist/ # generated types diff --git a/.helix/languages.toml b/.helix/languages.toml deleted file mode 100644 index 8bfcae9..0000000 --- a/.helix/languages.toml +++ /dev/null @@ -1,6 +0,0 @@ -[language-server.astro.config] -typescript = { tsdk = "node_modules/typescript/lib" } - -[[language]] -name = "astro" -indent = { tab-width = 4, unit = " " } diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 56f043d..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"], - "unwantedRecommendations": [] -} diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 59e5f26..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "command": "./node_modules/.bin/astro dev", - "name": "Development server", - "request": "launch", - "type": "node-terminal" - } - ] -} diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index 79a95c9..0000000 --- a/.zed/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -// Folder-specific settings -// -// For a full list of overridable settings, and general information on folder-specific settings, -// see the documentation: https://zed.dev/docs/configuring-zed#settings-files -{ - "soft_wrap": "editor_width", - "format_on_save": "on" -} |
