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 -}