13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
# 忽略 node_modules 文件夹
|
|
node_modules/
|
|
|
|
# 可选:你也可能想忽略其他常见文件
|
|
npm-debug.log
|
|
.yarn-integrity
|
|
.yarn/
|
|
dist/
|
|
build/
|
|
.env.local
|
|
*.log
|
|
# 忽略 gsxt 文件夹(打包后的文件夹)
|
|
gsxt/ |