Files
Questie-X/.gitignore
T
Xurkon 57c790e4ca Remove Turtle WoW TOC, skills-lock, and .luarc.json from tracking
- 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
2026-05-04 20:05:33 -05:00

48 lines
488 B
Plaintext

# IDE
.idea/
.vscode/
*.iml
.DS_Store
# Build artifacts
*.zip
*.log
*.tmp
*.bak
*.old
# Scripts
*.py
*.js
*.ps1
tmp_*.py
release_notes.txt
# Docs
!README.md
!CHANGELOG.md
!RELEASE_NOTES.md
!LICENSE
!Icons/MIT.txt
# Dev files
coords.lua
debug.lua
debug_tooltip.lua
verify_*.lua
.history/
Research/
Tools/
tests/
Tests/
workflow/
__pycache__/
.agents/
.kilocode/
# Assets that shouldn't be in source
# (Icons/* are needed for release)
Questie-X-Turtle.toc
skills-lock.json
.luarc.json