AI
AIGIT · AI 工具站
aigit.cc
首页
精品推荐
AI成品工具
提示词
返回 AiToEarn
.prettierignore
根目录
/
project
/
aitoearn-web
/
.prettierignore
1
# 构建输出
2
.next
3
out
4
dist
5
build
6
7
# 依赖
8
node_modules
9
10
# 锁文件
11
pnpm-lock.yaml
12
package-lock.json
13
yarn.lock
14
15
# 其他
16
.git
17
.husky
18
coverage
19
*.min.js
20
*.min.css
21
public
22
22 lines
Plain Text