oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

Ignore Cargo.lock file. #10

Closed chriskrycho closed 7 years ago

chriskrycho commented 7 years ago

Per the usual recommendation:

If you’re building a library that other projects will depend on, put Cargo.lock in your .gitignore. If you’re building an executable like a command-line tool or an application, check Cargo.lock into git.

oli-obk commented 7 years ago

makes sense