mirror of
https://github.com/nagaoo0/HabbitGrid.git
synced 2026-01-11 15:34:54 +00:00
52 lines
478 B
Plaintext
52 lines
478 B
Plaintext
# Node.js
|
|
node_modules/
|
|
|
|
# Build output
|
|
/dist
|
|
/build
|
|
|
|
# Vite
|
|
.vite
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
|
|
# Env
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Misc
|
|
*.log
|
|
|
|
# Tailwind
|
|
.tailwind*
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Others
|
|
*.tgz
|
|
|
|
# Optional: lock files
|
|
# Uncomment if you want to ignore lock files
|
|
# package-lock.json
|
|
# yarn.lock
|
|
# pnpm-lock.yaml
|