From e8158814bfa6b20387d547c97cab41f21c358359 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sun, 1 Feb 2026 22:37:09 +0100 Subject: Added .env and docker-compose.yml to .gitignore These are used specific. For docker-compose.yml there will be an example the user can use. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e13ddc0..828c086 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.env +docker-compose.yml # Created by https://www.toptal.com/developers/gitignore/api/linux,windows,macos,vim # Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,macos,vim -- cgit v1.2.3