gitignore update for .env files

ignored all env files starting with ".env*"
This commit is contained in:
Murat ÖZDEMİR 2026-04-13 20:22:07 +03:00
parent 8b151ae4c4
commit c5a57344f0

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules/
dist/
.env
.env*