drop_code
jstest
logs
soft
.git
.idea
.gitignore
.env.development
node_modules/
对话1.txt
# 忽略 .git 目录
.git/

# 忽略 node_modules 目录
node_modules/

# 忽略构建缓存
.cache/

# 不忽略 README.md 文件（如果你不希望它被忽略）
!README.md
