1
0
mirror of https://gitlab.com/MisterBiggs/advent-of-code-2019.git synced 2025-06-15 14:46:43 +00:00

gitignore fix since rust isnt in root

This commit is contained in:
Anson 2019-12-02 17:04:41 -07:00
parent c1374c57f5
commit cac28cec91

2
.gitignore vendored
View File

@ -5,7 +5,7 @@
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/*
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html