We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaadfb5 commit 138a73dCopy full SHA for 138a73d
.dockerignore
@@ -2,6 +2,7 @@
2
!/src
3
!/templates
4
!/Cargo.toml
5
+!/Cargo.lock
6
!/.git
7
/.git/*config*
8
/.git/smartgit
.gitignore
@@ -2,14 +2,9 @@
# will have compiled files and executables
/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
-
9
# These are backup files generated by rustfmt
10
**/*.rs.bk
11
12
/.vscode
13
/.env
14
!/.env.dist
15
-/permafrost.db
0 commit comments