Files
game-2048/.gitignore
Greg Hendrickson 2d621a9b5f feat: 2048 Game - React + TypeScript
Classic 2048 puzzle game with modern stack.

Features:
- Smooth tile sliding animations (framer-motion)
- Mobile swipe support
- Official 2048 game logic

Infrastructure:
- AWS S3 + CloudFront hosting
- GitHub Actions CI/CD
- Nightly dependency updates

Tech: React 18, TypeScript, Vite, Tailwind CSS
2026-02-01 20:06:13 +00:00

10 lines
95 B
Plaintext

.DS_Store
node_modules/
dist/
.env
.env.*
!.env.example
.terraform/
*.tfstate
*.tfstate.backup