commit 37599195bb67aa97a00ce3cd3127babc7562d117 Author: Max P. Date: Mon May 26 16:26:43 2025 +0200 chore(gitignore): add rule to ignore environment files - Adds a rule to ignore all `.env` files across the project. - Prevents sensitive environment variables from being tracked. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1453c54 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/*.env \ No newline at end of file