Files
Questie-X/.gitattributes
T
Xurkon 79e7ee94cc Remove remaining dev files from git and add comprehensive export-ignore
- Remove .claude/skills/hindsight-docs from tracking
- Remove skills/hindsight-docs (hindsight symlink) from tracking
- Add to .gitignore + export-ignore: skills/, scratch/, workflow/, Tests/, Tools/, .claude/skills/
- Add skills/, scratch/, workflow/, Tests/, Tools/, .claude/skills/ to export-ignore
2026-05-04 20:11:52 -05:00

51 lines
1.2 KiB
Plaintext

# Ensure consistent line endings
* text=auto
# Exclude dev/meta files from release archives
.gitattributes export-ignore
.gitignore export-ignore
.kilocode/ export-ignore
.idea/ export-ignore
.vscode/ export-ignore
*.iml export-ignore
*.zip export-ignore
*.log export-ignore
*.tmp export-ignore
*.bak export-ignore
*.old export-ignore
*.py export-ignore
*.js export-ignore
*.ps1 export-ignore
*.txt export-ignore
.luarc.json export-ignore
.coords.lua export-ignore
debug.lua export-ignore
debug_tooltip.lua export-ignore
verify_*.lua export-ignore
.history/ export-ignore
Research/ export-ignore
Tools/ export-ignore
tests/ export-ignore
Tests/ export-ignore
workflow/ export-ignore
__pycache__/ export-ignore
.agents/ export-ignore
tmp_*.py export-ignore
release_notes.txt export-ignore
RELEASE_NOTES.md export-ignore
README.md export-ignore
CHANGELOG.md export-ignore
changelog.html export-ignore
docs/ export-ignore
.claude/ export-ignore
skills-lock.json export-ignore
LICENSE.md export-ignore
**/LICENSE.md export-ignore
Questie-X-Turtle.toc export-ignore
skills/ export-ignore
scratch/ export-ignore
workflow/ export-ignore
Tests/ export-ignore
Tools/ export-ignore
.claude/skills/ export-ignore