Skip to content

Commit 1907329

Browse files
committed
Update .gitignore with shuttle.rs
1 parent d2fd7b6 commit 1907329

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
3-
/target/
4-
51
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
62
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
73
Cargo.lock
@@ -12,6 +8,7 @@ Cargo.lock
128
# VS Code config
139
/.vscode/
1410

15-
# Shuttle.rs secrets
16-
Secrets.toml
17-
Secrets.dev.toml
11+
# Shuttle.rs generated files
12+
/target
13+
.shuttle*
14+
Secrets*.toml

0 commit comments

Comments
 (0)