fix: add .env.local to gitignore

This commit is contained in:
Frank John Begornia
2026-04-24 12:17:02 +08:00
parent d1976045db
commit 962c8643c8

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/vendor /vendor
/node_modules /node_modules
.env .env
.env.local
# SSH Keys - Never commit private keys # SSH Keys - Never commit private keys
*.ppk *.ppk