diff options
| author | acdenisSK <[email protected]> | 2018-05-19 15:01:14 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2018-05-19 15:01:45 +0200 |
| commit | 6c19bc94cbd93e5e1228879c41b8a7dab2d011ad (patch) | |
| tree | 412760d1613518c73a3485ce1aaad33cfb68ac83 | |
| parent | Remove the config for rustfmt (diff) | |
| download | serenity-6c19bc94cbd93e5e1228879c41b8a7dab2d011ad.tar.xz serenity-6c19bc94cbd93e5e1228879c41b8a7dab2d011ad.zip | |
Add `rls/` dir to .gitignore
The new RLS now puts its built information into this directory instead, as opposed to `target/rls/`.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ target/ Cargo.lock # Misc +rls/ *.iml .env |