Skip to content

Commit 138a73d

Browse files
committed
Commit Cargo.lock
1 parent aaadfb5 commit 138a73d

File tree

3 files changed

+2363
-5
lines changed

3 files changed

+2363
-5
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
!/src
33
!/templates
44
!/Cargo.toml
5+
!/Cargo.lock
56
!/.git
67
/.git/*config*
78
/.git/smartgit

.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22
# will have compiled files and executables
33
/target/
44

5-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
8-
95
# These are backup files generated by rustfmt
106
**/*.rs.bk
117

128
/.vscode
139
/.env
1410
!/.env.dist
15-
/permafrost.db

0 commit comments

Comments
 (0)