chore(gitignore): add rule to exclude environment files

- Add a rule to ignore all `.env` files in the repository
- Prevent sensitive environment variables from being tracked in Git
This commit is contained in:
2025-06-14 18:36:02 +02:00
parent 53bad793eb
commit 14f0a9b4b1

1
.gitignore vendored Normal file
View File

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