feat: remove README.md
This commit is contained in:
@@ -31,17 +31,6 @@ git config user.email "student@example.com"
|
|||||||
|
|
||||||
# Commit 1: Initial project structure
|
# Commit 1: Initial project structure
|
||||||
Write-Host "Creating initial project structure..." -ForegroundColor Green
|
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 = @"
|
$appContent = @"
|
||||||
# app.py - Main application file
|
# app.py - Main application file
|
||||||
|
|||||||
Reference in New Issue
Block a user