Skip to content

[OpenClaw] chore: add .gitignore for static site#3

Open
Kumazan wants to merge 2 commits intomainfrom
openclaw/20260315/add-gitignore
Open

[OpenClaw] chore: add .gitignore for static site#3
Kumazan wants to merge 2 commits intomainfrom
openclaw/20260315/add-gitignore

Conversation

@Kumazan
Copy link
Copy Markdown
Owner

@Kumazan Kumazan commented Mar 14, 2026

TL;DR

Add .gitignore to prevent OS metadata (.DS_Store), editor files, and future tooling artifacts from showing in git status.

SDD Summary

  • Goal: Prevent untracked artifacts from polluting git status
  • Scope: 1 file added (.gitignore) — no content changes
  • Approach: macOS + editor + light Node/Python patterns

Test Results

Command Result
git check-ignore .DS_Store ✅ matched
git status ✅ only .gitignore + SDD.md as new files

Risks & Rollback

  • Risk: None — only affects untracked files
  • Rollback: Delete .gitignore

TODO

  • None

size:small · date:20260315

@Kumazan Kumazan added openclaw:auto Auto-generated by OpenClaw size:small Small change date:20260315 Created 2026-03-15 labels Mar 14, 2026
@Kumazan
Copy link
Copy Markdown
Owner Author

Kumazan commented Mar 23, 2026

@github-copilot please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

date:20260315 Created 2026-03-15 openclaw:auto Auto-generated by OpenClaw size:small Small change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant