duster/.gitignore

15 lines
273 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
2020-12-29 22:40:41 +00:00
# I symlink a todo file into this repo
todo.md