1
Fork 0

Add dotenv to gitignore

This commit is contained in:
Steffo 2024-11-09 00:49:49 +01:00
parent efd77f0172
commit 6a6508dd98
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

3
.gitignore vendored
View file

@ -12,3 +12,6 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Environment
.env.local