1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-13 12:11:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

引入nodejs项目

This commit is contained in:
2022-03-13 14:03:47 +08:00
parent 1949e6a1ab
commit 6f4f4f3156
21 changed files with 456 additions and 12 deletions

21
.gitignore vendored
View File

@@ -1 +1,20 @@
target
# 后端部分
target
# 前端部分
# 排除数据库配置文件
dbconfig.js
# 排除nodejs模块文件夹
node_modules/
# 排除package-lock.json
package-lock.json
# 排除所有调试产生的log文件
*.log
.vs/*
*.njsproj.user
obj/*