duster/.gitignore

12 lines
225 B
Plaintext
Raw Normal View History

2020-04-05 22:29:19 +00:00
/target
# This repo is primarily a library, so ignore Cargo.lock
2020-04-05 22:29:19 +00:00
Cargo.lock
# Backup files generated by rustfmt
**/*.rs.bk
2020-04-13 01:19:28 +00:00
# Javascript junk if you run the compliance tests sans docker
js/node_modules
js/package-lock.json