···11+.yarn/*
22+!.yarn/patches
33+!.yarn/plugins
44+!.yarn/releases
55+!.yarn/sdks
66+!.yarn/versions
77+88+# Whether you use PnP or not, the node_modules folder is often used to store
99+# build artifacts that should be gitignored
1010+node_modules
1111+1212+# Swap the comments on the following lines if you wish to use zero-installs
1313+# In that case, don't forget to run `yarn config set enableGlobalCache false`!
1414+# Documentation here: https://yarnpkg.com/features/caching#zero-installs
1515+1616+#!.yarn/cache
1717+.pnp.*
···11+// Folder-specific settings
22+//
33+// For a full list of overridable settings, and general information on folder-specific settings,
44+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
55+{
66+ "format_on_save": "prettier"
77+}