From 8f0c1a4224423d4c352de8387141336ed4a23478 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 22 Oct 2024 17:34:22 +0200 Subject: [PATCH] fix: gitignore --- .gitignore | 1 + .zed/settings.json | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .zed/settings.json diff --git a/.gitignore b/.gitignore index 5ae03e2a56..95b7e3bcee 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dev/yasd_init.php .phpunit.result.cache Makefile appwrite.json +/.zed \ No newline at end of file diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index bb47c87d42..0000000000 --- a/.zed/settings.json +++ /dev/null @@ -1,7 +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 -{ - "hard_tabs": false -}