···1+.yarn/*
2+!.yarn/patches
3+!.yarn/plugins
4+!.yarn/releases
5+!.yarn/sdks
6+!.yarn/versions
7+8+# Whether you use PnP or not, the node_modules folder is often used to store
9+# build artifacts that should be gitignored
10+node_modules
11+12+# Swap the comments on the following lines if you wish to use zero-installs
13+# In that case, don't forget to run `yarn config set enableGlobalCache false`!
14+# Documentation here: https://yarnpkg.com/features/caching#zero-installs
15+16+#!.yarn/cache
17+.pnp.*
···1+// Folder-specific settings
2+//
3+// For a full list of overridable settings, and general information on folder-specific settings,
4+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5+{
6+ "format_on_save": "prettier"
7+}