refactor(profile): split view/container and update nav state
Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
18
client/cms/.zed/settings.json
Normal file
18
client/cms/.zed/settings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"file_scan_exclusions": [
|
||||
"src/components/ui",
|
||||
".tanstack",
|
||||
"node_modules",
|
||||
"dist",
|
||||
|
||||
// default values below
|
||||
"**/.git",
|
||||
"**/.svn",
|
||||
"**/.hg",
|
||||
"**/CVS",
|
||||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
"**/.classpath",
|
||||
"**/.settings",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user