mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 03:52:48 +05:30
minor: remove nested ignore files
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,17 +1,31 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
dist-ssr/
|
||||
build/
|
||||
coverage/
|
||||
.next/
|
||||
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
|
||||
@@ -20,11 +34,22 @@ Thumbs.db
|
||||
# IDEs and Editors
|
||||
.idea/
|
||||
.vscode/
|
||||
!.vscode/extensions.json
|
||||
*.swp
|
||||
*.swo
|
||||
*.sw?
|
||||
*.suo
|
||||
*.sln
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
|
||||
# Add database
|
||||
# Database
|
||||
omnia.db
|
||||
|
||||
# Environment Files
|
||||
.env
|
||||
.env*
|
||||
*.local
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user