Remove .env from tracking, add to .gitignore

This commit is contained in:
KirbyCMS Deploy
2026-04-15 14:18:13 +00:00
parent 8a154704a6
commit 3e83592317
3 changed files with 4 additions and 12 deletions

4
.gitignore vendored
View File

@@ -1,6 +1,10 @@
# Hugo output
/public/
# Environment variables
.env
.env.*
# OS
.DS_Store