Clean git move from play

This commit is contained in:
Jules Grinnell
2025-11-23 16:44:05 +01:00
parent f0331de014
commit 7da30ae044
8 changed files with 3335 additions and 2 deletions

71
.gitignore vendored Normal file
View File

@@ -0,0 +1,71 @@
# Environment variables
.env
.env.local
.env.*.local
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
build/
dist/
*.tsbuildinfo
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Operating system files
Thumbs.db
Desktop.ini
# Logs
logs/
*.log
# Testing
coverage/
.nyc_output/
*.lcov
# Temporary files
tmp/
temp/
*.tmp
# Package manager lock files (optional - uncomment if you want to ignore them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Debug files
*.pid
*.seed
*.pid.lock
# Runtime data
pids/
lib-cov/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity