add .env to .gitignore

This commit is contained in:
Lentil Hoffman 2025-06-14 17:03:10 -05:00
parent 98014aaa17
commit cd83f026cd
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ node_modules/
coverage/ coverage/
*.swp *.swp
*.swo *.swo
.env