baseline: 保留 07 风格重写前的 Vue 前端原件
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# 依赖与构建产物
|
||||
node_modules/
|
||||
dist/
|
||||
frontend/dist/
|
||||
|
||||
# 运行时数据
|
||||
data/
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
# 开发进程日志 / pid
|
||||
.run/
|
||||
|
||||
# 二进制
|
||||
one-server
|
||||
backend/one-server
|
||||
|
||||
# 本地环境变量
|
||||
.env
|
||||
.env.local
|
||||
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user