GitBrowser
stop-it
5bed51a/.gitignore
Name Message Date
📁 .claude Complete vibe-coded game 1 month ago
📁 server Easier room code generatino 1 month ago
📁 src Improve color displays 1 month ago
📁 static Initialize Vite project 1 month ago
📄 .dockerignore Complete vibe-coded game 1 month ago
📄 .editorconfig Improve color displays 1 month ago
📄 .gitignore Initialize Vite project 1 month ago
📄 .npmrc Initialize Vite project 1 month ago
📄 Dockerfile Complete vibe-coded game 1 month ago
📄 package-lock.json Easier room code generatino 1 month ago
📄 package.json Easier room code generatino 1 month ago
📄 README.md Improve color displays 1 month ago
📄 svelte.config.js Improve color displays 1 month ago
📄 tsconfig.json Initialize Vite project 1 month ago
📄 vite.config.ts Initialize Vite project 1 month ago
📄 .gitignore
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
node_modules

# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.*
!.env.example
!.env.test

# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*