tictactoe/.gitignore
Parley Hatch 4b7d42dc13 Initial commit: original tic-tac-toe game
Existing 2-player hotseat game with name entry, emoji avatars,
scoreboard, sound effects, and celebration animations.
2026-05-31 17:43:45 -06:00

10 lines
110 B
Text

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
# Test / tooling artifacts
/screenshots/
*.log