gitignore
This commit is contained in:
parent
70c6c244a4
commit
bab3e13111
4 changed files with 3 additions and 19 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
build/
|
||||
node_modules/
|
||||
dist/
|
||||
result
|
||||
result
|
||||
machine-specific
|
||||
web-app
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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/"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue