chore: ignore local development artifacts
内容
- 忽略本地
.env、IDE 配置、Vite 缓存和浏览器测试产物 - 防止本地文件误提交到仓库
不包含
- 不删除
.env - 不修改业务代码、接口或配置行为
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b codex/ignore-local-artifacts origin/codex/ignore-local-artifacts
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git checkout master git merge --no-ff codex/ignore-local-artifacts
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
merged
merged
mentioned in commit 78568a64
mentioned in commit 78568a64
This will create a new commit in order to revert the existing changes.