From 916209c56707d0317bd8fb73018c2da3d30ef5fe Mon Sep 17 00:00:00 2001 From: ECSS 11 <53446819+Ecss11@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:48:24 -0600 Subject: [PATCH] chore: ignore env file --- .env | 0 .gitignore | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index 0b188bc..ae9387d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ target/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Do not include environment files +.env \ No newline at end of file