39 lines
395 B
Plaintext
39 lines
395 B
Plaintext
# Build artifacts
|
|
target/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
.githooks/
|
|
|
|
# Documentation and assets
|
|
*.md
|
|
!README.md
|
|
*.png
|
|
*.gif
|
|
assets/
|
|
.github/
|
|
|
|
# Scripts (not needed in container)
|
|
scripts/
|
|
install.sh
|
|
|
|
# Website files
|
|
index.html
|
|
CNAME
|
|
|
|
# Release metadata
|
|
.release-please-manifest.json
|
|
|
|
# Skills (OpenClaw integration, not needed in container)
|
|
skills/
|
|
AGENTS.md
|