Skip to content

Commit

Permalink
chore: added configuration for zed ide
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Jan 23, 2025
1 parent 2caa79e commit fc8426e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// 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
{
"file_scan_exclusions": [
"**/.git",
"**/.svn",
"**/.hg",
"**/.jj",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings",
"**/lib",
"**/build",
"**/node_modules"
]
}

0 comments on commit fc8426e

Please sign in to comment.