summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.helix/languages.toml6
-rw-r--r--.vscode/extensions.json4
-rw-r--r--.vscode/launch.json11
-rw-r--r--.zed/settings.json8
5 files changed, 4 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore
index d1d36c8..03df299 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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"
-}