21 lines
232 B
Plaintext
21 lines
232 B
Plaintext
node_modules
|
|
dist
|
|
.DS_Store
|
|
server/public
|
|
vite.config.ts.*
|
|
*.tar.gz
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production.local
|
|
.env.development.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log* |