workspace/ als gitignored Arbeitsverzeichnis für Teilnehmer

This commit is contained in:
yberion 2026-05-18 18:59:29 +02:00
parent 1ac9851e48
commit e1e118bf4e
3 changed files with 12 additions and 1 deletions

2
.gitignore vendored
View file

@ -1 +1,3 @@
tag3/
workspace/*
!workspace/.gitkeep

View file

@ -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

0
workspace/.gitkeep Normal file
View file