-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (33 loc) · 818 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (33 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# --- 后端 ---
backend/wuwa-site/target/
backend/wuwa-site/*.iml
# 本地真实配置(含密码),勿提交
backend/wuwa-site/application-local.yml
# 模块根目录下的联调/抓包样例(可选;需要可自行删除本段规则后提交)
backend/wuwa-site/wiki-raw*.json
backend/wuwa-site/ps-wiki.json
backend/wuwa-site/MainMenu.json
backend/wuwa-site/article-*.json
backend/wuwa-site/article-*.html
backend/wuwa-site/mc-index.js
backend/wuwa-site/mc-main.html
backend/wuwa-site/sitemap.xml
backend/wuwa-site/detail-*.js
backend/wuwa-site/list-*.js
backend/wuwa-site/zh-*.js
backend/wuwa-site/useNewsData-*.js
# --- 前端 ---
frontend/node_modules/
frontend/dist/
# --- 通用 ---
.env
.env.*
!.env.example
*.log
.DS_Store
Thumbs.db
# IDE
.idea/
*.iml
.vscode/*
!frontend/.vscode/extensions.json