xref: /webrtc/.gitignore (revision ca681b2c)
1# Generated by Cargo
2# will have compiled files and executables
3/target/
4/.idea/
5/crates/target/
6/crates/.idea/
7
8# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
9# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
10Cargo.lock
11/crates/Cargo.lock
12
13# These are backup files generated by rustfmt
14**/*.rs.bk
15
16# Editor configs
17.vscode
18