1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

chore: .gitignore

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-20 02:45:30 +08:00
parent 535b632d85
commit a96f9dc5b0
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ docker-compose.dev.yml
docker-compose.custom.yml docker-compose.custom.yml
private/ private/
!contact-frontend/.vscode !contact-frontend/.vscode
.tool-versions

View File

@ -1,3 +1,4 @@
<template> <template>
<div>一个很漂亮的首页</div> <div>一个很漂亮的首页</div>
<a href="./auth">登录</a>
</template> </template>