Add dotenv to gitignore
This commit is contained in:
parent
efd77f0172
commit
6a6508dd98
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,3 +12,6 @@ Cargo.lock
|
||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env.local
|
||||||
|
|
Loading…
Reference in a new issue