From c96f816c9f49a56c4ea336019f28d530326f4ace Mon Sep 17 00:00:00 2001 From: Bjarke Sporring Date: Sun, 4 Jan 2026 15:54:09 +0100 Subject: [PATCH] feat: remove README.md --- module-02-history/setup.ps1 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/module-02-history/setup.ps1 b/module-02-history/setup.ps1 index 7523f92..5a009dc 100644 --- a/module-02-history/setup.ps1 +++ b/module-02-history/setup.ps1 @@ -31,17 +31,6 @@ git config user.email "student@example.com" # Commit 1: Initial project structure Write-Host "Creating initial project structure..." -ForegroundColor Green -$readmeContent = @" -# My App - -This is a simple web application built with Python. - -## Features -- User authentication -- Database integration -- User profiles -"@ -Set-Content -Path "README.md" -Value $readmeContent $appContent = @" # app.py - Main application file