duster/.gitignore

12 lines
225 B
Plaintext

/target
# This repo is primarily a library, so ignore Cargo.lock
Cargo.lock
# Backup files generated by rustfmt
**/*.rs.bk
# Javascript junk if you run the compliance tests sans docker
js/node_modules
js/package-lock.json