cargo-dist icon indicating copy to clipboard operation
cargo-dist copied to clipboard

need to add target to .gitignore for js project

Open ashleygwilliams opened this issue 1 year ago • 1 comments

in rust projects, target is already added to the .gitignore, but in other projects we can't assume that.

ashleygwilliams avatar Aug 17 '24 13:08 ashleygwilliams

I'm not sure we ever edit .gitignore rn but it wouldn't be wild for us to, and at very least we should update the JS guide to say this. More generally along with #1335 and #870 we're just very loosegoosey about target dirs rn and need to do more passes on locking that down.

Gankra avatar Aug 19 '24 18:08 Gankra