mirror of
https://gitee.com/JJ_JJ-JJ/tianlang-novel
synced 2026-07-21 10:34:44 +08:00
41 lines
591 B
Plaintext
41 lines
591 B
Plaintext
# Logs
|
|
# 注意:一个忽略文件名一行
|
|
# 忽略文件规则
|
|
# img/* //忽略img文件下所有文件
|
|
# js/* //忽略js文件下所有文件
|
|
# .gitignore //忽略当前文件
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
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/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw? |