chore: update gitignore

This commit is contained in:
Steven 2024-04-27 00:25:47 +08:00
parent 5f26c52b49
commit a6a62eb79c
2 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View file

@ -21,5 +21,3 @@ build
bin/air
dev-dist
dist/

11
server/route/frontend/dist/index.html vendored Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Memos</title>
</head>
<body>
No embeddable frontend found.
</body>
</html>