57c790e4ca
- Remove Questie-X-Turtle.toc (Turtle WoW shut down) - Remove skills-lock.json (dev lock file) - Remove .luarc.json (Lua LSP config) - Add all three to export-ignore in .gitattributes - Add all three to .gitignore - Remove Questie-X-TurtleDB from OptionalDeps in Questie-X.toc
45 lines
1.0 KiB
Plaintext
45 lines
1.0 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
|