diff options
| author | Leonard Kugis <leonard@kug.is> | 2026-02-01 22:37:09 +0100 |
|---|---|---|
| committer | Leonard Kugis <leonard@kug.is> | 2026-02-01 22:37:09 +0100 |
| commit | e8158814bfa6b20387d547c97cab41f21c358359 (patch) | |
| tree | a712a78cfe0e2e3331ddd5900522529ad56580c4 | |
| parent | 1ef7fca9456ee42a6c4edf0b065d9f43b7c9f48f (diff) | |
| download | aichat-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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
