Skip to content

Commit 80dfcb8

Browse files
chore: update gitignore and deps
1 parent 93f7f6e commit 80dfcb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NAME=pythoninthegrass

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ETC
2-
2+
!**/.env.example
3+
**/.env.*
34

45
# Generated by Cargo
56
# will have compiled files and executables

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ description = "Rustacean hopeful"
66
repository = "https://github.com/pythoninthegrass/hello-rust"
77
license = "MIT OR Apache-2.0"
88

9-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10-
119
[dependencies]
1210
dotenvy = { version = "0.15.7", features = ["cli"] }

0 commit comments

Comments
 (0)