workspace/ als gitignored Arbeitsverzeichnis für Teilnehmer
This commit is contained in:
parent
1ac9851e48
commit
e1e118bf4e
3 changed files with 12 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
tag3/
|
||||
workspace/*
|
||||
!workspace/.gitkeep
|
||||
|
|
|
|||
11
README.md
11
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
|
||||
|
|
|
|||
0
workspace/.gitkeep
Normal file
0
workspace/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue