diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-26 09:21:40 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-26 09:21:40 +0100 |
| commit | 6f5c91c7c38a2729dfaa20ae309a3f21e43f301b (patch) | |
| tree | 518cc9a80ae6bbc57468c44651734718461b8f0b | |
| parent | 329956ddd8e3bd70dcccf3e660c4e7e3745d24ea (diff) | |
gitignore editor settings
| -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" -} |
