zed/.gitignore
Antonio Scandurra 59ed535cdf Implement a more robust way of locating rust-analyzer
When bundled, we will retrieve it out of the `Resources` folder.
Locally, we're expected to run `script/download-rust-analyzer` and
put `vendor/bin` in our $PATH.
2021-10-25 11:02:35 +02:00

8 lines
112 B
Plaintext

/target
/zed.xcworkspace
.DS_Store
/script/node_modules
/server/.env.toml
/server/static/styles.css
/vendor/bin