Add .env to gitignore

This commit is contained in:
2024-01-07 00:30:22 -05:00
parent b1b6b0ed33
commit cf109f9a25

3
.gitignore vendored
View File

@ -24,3 +24,6 @@ playwright/.cache/
*.jpeg *.jpeg
*.png *.png
*.gif *.gif
# Environment variables
.env