chore(gitignore): add rule to ignore environment files

- Adds a pattern to ignore all `.env` files across the project
- Helps prevent sensitive environment configurations from being committed
This commit is contained in:
2025-06-27 22:16:45 +02:00
parent 62e259f9f0
commit 908eeab247

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/*.env