.gitignore 427 Bytes
Newer Older
Hero Bird's avatar
Hero Bird committed
# Ignore build artifacts from the local tests sub-crate.
/target/
/model/target/
/examples/**/target/
Hero Bird's avatar
Hero Bird committed
/design/

# Ignore backup files creates by cargo fmt.
**/*.rs.bk

# Remove Cargo.lock when creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock

# Ignore VS Code artifacts.
**/.vscode/**
Hero Bird's avatar
Hero Bird committed

# Ignore history files.
**/.history/**