Skip to content

Commit

Permalink
chore: add more items to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jul 12, 2023
1 parent 1a5743e commit eb817f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 846 deletions.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
target/
# Generated by Cargo
# will have compiled files and executables
/target/
examples/lisp/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
**/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# These are failure persistance files generated by proptest
proptest-regressions/

# These are files generated by MacOS
**/.DS_Store
Loading

0 comments on commit eb817f8

Please sign in to comment.