Initial Tictactics proof of concept

This commit is contained in:
2026-05-05 10:52:28 -04:00
commit 2833d9610a
5 changed files with 637 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# Dependencies
node_modules/
# Build output
dist/
build/
out/
# Local env and editor state
.env
.env.*
!.env.example
.vscode/
.idea/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# OS files
.DS_Store
Thumbs.db