gitignore

This commit is contained in:
padreug 2025-10-09 18:07:38 +02:00
parent 70c6c244a4
commit bab3e13111
4 changed files with 3 additions and 19 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
build/
node_modules/
dist/
result
result
machine-specific
web-app

View file

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Web App</title>
</head>
<body>
<h1>Welcome to Web App</h1>
<img src="public/logo.png" alt="Logo">
</body>
</html>

View file

@ -1,8 +0,0 @@
{
"name": "web-app",
"version": "1.0.0",
"description": "Example web application",
"scripts": {
"build": "echo 'Building web-app...' && mkdir -p dist && cp -r public dist/ && cp .env dist/"
}
}