mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
65 lines
603 B
Plaintext
65 lines
603 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# Build outputs
|
|
dist/
|
|
dist-ssr/
|
|
build/
|
|
coverage/
|
|
.next/
|
|
.astro/
|
|
out/
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
.pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
*.swp
|
|
*.swo
|
|
*.sw?
|
|
*.suo
|
|
*.sln
|
|
*.ntvs*
|
|
*.njsproj
|
|
|
|
# Database
|
|
omnia.db
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
**/data/*.db
|
|
data/
|
|
|
|
# Environment Files
|
|
.env
|
|
.env*
|
|
*.local
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
__local_notes/
|