Files
antigravity-skills-reference/.gitignore
sck_0 334faaa672 chore: remove duplicate scripts/ dir and clean .gitignore
- Delete scripts/sync_repo_metadata.py and scripts/update_readme.py
  (identical copies already in tools/scripts/, CI uses tools/scripts/)
- Remove stale .gitignore entries: walkthrough.md, LOCAL_CONFIG.md
- Update scripts/* patterns → tools/scripts/* in .gitignore
- Stage previously-hidden docs/walkthrough.md and docs/users/walkthrough.md
  (were incorrectly excluded by the now-removed walkthrough.md rule)
2026-03-06 16:02:12 +01:00

40 lines
736 B
Plaintext

node_modules/
__pycache__/
.ruff_cache/
.worktrees/
.tmp/
.DS_Store
# npm pack artifacts
antigravity-awesome-skills-*.tgz
.agent/rules/
.gemini/
data/node_modules
# Temporary analysis and report files
*_REPORT.md
*_ANALYSIS*.md
*_COUNT.md
*_SUMMARY.md
*_analysis.json
*_validation.json
*_results.json
voltagent_*.json
similar_skills_*.json
remaining_*.json
html_*.json
# Temporary analysis scripts (tools/scripts/)
tools/scripts/*voltagent*.py
tools/scripts/*html*.py
tools/scripts/*similar*.py
tools/scripts/*count*.py
# Optional baseline for legacy JS validator (scripts/validate-skills.js)
validation-baseline.json
# Web app generated assets (from npm run app:setup)
apps/web-app/public/skills/
apps/web-app/public/skills.json