From b3a6e2727a8c3df5d27e06d8a7afa48033864597 Mon Sep 17 00:00:00 2001
From: 1549469775 <1549469775@qq.com>
Date: Tue, 20 Jul 2021 09:49:04 +0800
Subject: [PATCH] add

---
 .gitignore      |  1 +
 dist/index.html | 12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 dist/index.html

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53c37a1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+dist
\ No newline at end of file
diff --git a/dist/index.html b/dist/index.html
deleted file mode 100644
index 7fe44a2..0000000
--- a/dist/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>Document</title>
-</head>
-<body>
-  test
-</body>
-</html>
\ No newline at end of file