添加 .gitignore 文件 #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
当前项目缺少
.gitignore文件,可能会意外提交不应该版本控制的文件。建议排除的内容
node_modules/.DS_Store*.logdist/、build/等构建输出目录.vscode/、.idea/等,如果需要保留可以移除)参考模板
可以使用 OpenClaw 的默认 .gitignore 或者根据项目需要自定义。