Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 14c08f9

Browse files
authored
Update .gitignore file (#50)
... and commit the lockfile to always have a working development setup
1 parent 44196e3 commit 14c08f9

File tree

2 files changed

+778
-2
lines changed

2 files changed

+778
-2
lines changed

.gitignore

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
target
2-
Cargo.lock
1+
# see https://github.com/github/gitignore/blob/master/Rust.gitignore
2+
3+
# Generated by Cargo
4+
# will have compiled files and executables
5+
debug/
6+
target/
7+
8+
# These are backup files generated by rustfmt
9+
**/*.rs.bk
10+
11+
# MSVC Windows builds of rustc generate these, which store debugging information
12+
*.pdb

0 commit comments

Comments
 (0)