diff --git a/.gitignore b/.gitignore index f47e01f..c7cdbab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ tag3/ +workspace/* +!workspace/.gitkeep diff --git a/README.md b/README.md index 0fdd9cc..9602c12 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Welcome! This repository contains the code examples and listings for the 3-day c ```bash git clone https://git.freemind.de/yberion/container-schulung.git -cd participants +cd container-schulung ``` ## Structure @@ -21,8 +21,17 @@ listings/ docker-compose.yml nginx/ default.conf +workspace/ ← dein Arbeitsverzeichnis (gitignored) +setup/ + setup.sh ← Debian 12 Setup-Script ``` +## Arbeiten im Kurs + +Alle eigenen Dateien, Übungen und Experimente bitte in `workspace/` ablegen — +das Verzeichnis ist gitignored, deine Änderungen stören den `git status` nicht +und du kannst jederzeit `git pull` machen ohne Konflikte. + ## Day 2 — Building and Running the App ```bash diff --git a/workspace/.gitkeep b/workspace/.gitkeep new file mode 100644 index 0000000..e69de29