Skip to content

Commit e6c948e

Browse files
author
Clément Dussieux
committed
allow server bin tracking
1 parent 34f8c61 commit e6c948e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Generated by Cargo
22
# will have compiled files and executables
3-
/target/
3+
/target/*
4+
!/target/release/
5+
/target/release/*
6+
!/target/release/server
7+
48

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

0 commit comments

Comments
 (0)