mirror of
https://gitee.com/JJ_JJ-JJ/tianlang-novel
synced 2026-07-21 10:34:44 +08:00
更新了README文档,添加了项目简介
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,4 +1,9 @@
|
||||
# Logs
|
||||
# 注意:一个忽略文件名一行
|
||||
# 忽略文件规则
|
||||
# img/* //忽略img文件下所有文件
|
||||
# js/* //忽略js文件下所有文件
|
||||
# .gitignore //忽略当前文件
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
@@ -8,12 +13,20 @@ pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
index.html
|
||||
package-lock.json
|
||||
# README.md
|
||||
jsconfig.json
|
||||
babel.config.js
|
||||
.eslintrc.js
|
||||
.browserslistrc
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
coverage
|
||||
*.local
|
||||
|
||||
|
||||
/cypress/videos/
|
||||
/cypress/screenshots/
|
||||
|
||||
@@ -25,4 +38,4 @@ coverage
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
*.sw?
|
||||
Reference in New Issue
Block a user