mirror of
https://github.com/Nighthawk42/wow_bejeweled.git
synced 2026-08-30 04:30:22 +00:00
31 lines
321 B
Plaintext
31 lines
321 B
Plaintext
# World of Warcraft local state
|
|
WTF/
|
|
**/WTF/
|
|
SavedVariables/
|
|
**/SavedVariables/
|
|
*.lua.bak
|
|
|
|
# Packaging and build output
|
|
dist/
|
|
build/
|
|
release/
|
|
packages/
|
|
*.zip
|
|
|
|
# Generated Lua artifacts and logs
|
|
*.luac
|
|
*.log
|
|
logs/
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# IDE metadata
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
*.swp
|
|
*.swo
|