duster/.gitignore
2020-12-29 17:40:41 -05:00

15 lines
273 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
# I symlink a todo file into this repo
todo.md