SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 0 Ignore List

Fixing target and adding debug to Rust gitignore (#3436)

The problem here was two fold:
1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo
2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that
J
John Stilley committed
620d4878a014cefdd1919c39527290c852539712
Parent: 18aa6d8
Committed by GitHub <noreply@github.com> on 7/3/2020, 6:07:44 PM