15 lines
273 B
Plaintext
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
|