aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2026-02-01 22:37:09 +0100
committerLeonard Kugis <leonard@kug.is>2026-02-01 22:37:09 +0100
commite8158814bfa6b20387d547c97cab41f21c358359 (patch)
treea712a78cfe0e2e3331ddd5900522529ad56580c4
parent1ef7fca9456ee42a6c4edf0b065d9f43b7c9f48f (diff)
downloadaichat-dev-docker-e8158814bfa6b20387d547c97cab41f21c358359.tar.gz
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.
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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