Skip to content

Commit 1d84a0a

Browse files
committed
Import source and tests
1 parent ca07d94 commit 1d84a0a

File tree

9 files changed

+1643
-11
lines changed

9 files changed

+1643
-11
lines changed

Diff for: .dockerignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# These lines just speed up the docker build, so it doesn't have to copy hundreds
2+
# of MBs of data to the daemon during build
3+
src/
4+
target/
5+
!target/release/authorized-keys-github
6+
Cargo.*
7+
Makefile

Diff for: .gitignore

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
3-
/target/
4-
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-
9-
# These are backup files generated by rustfmt
10-
**/*.rs.bk
1+
target/
2+
.vscode/

0 commit comments

Comments
 (0)