Update WBBR frontend template collection
This commit is contained in:
51
.gitignore
vendored
51
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# dependencies and local caches
|
||||
/node_modules
|
||||
# Dependencies and package-manager caches
|
||||
/node_modules/
|
||||
/.npm-cache/
|
||||
/.pnp
|
||||
.pnp.*
|
||||
@@ -9,26 +9,49 @@
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# tests and builds
|
||||
/coverage
|
||||
# Build, framework and test output
|
||||
/.next/
|
||||
/.vinext/
|
||||
/out/
|
||||
/dist/
|
||||
/.wrangler/
|
||||
/out/
|
||||
/coverage/
|
||||
/outputs/
|
||||
/work/
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# local files
|
||||
.DS_Store
|
||||
# Cloudflare and deployment state
|
||||
/.wrangler/
|
||||
/.vercel/
|
||||
|
||||
# Environment files and local secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.*.example
|
||||
*.pem
|
||||
*.starter
|
||||
*.pre-tsbuild
|
||||
|
||||
# Runtime and debug logs
|
||||
*.log
|
||||
*.log.*
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
.env*
|
||||
.vercel
|
||||
next-env.d.ts
|
||||
pnpm-debug.log*
|
||||
|
||||
# Editors and operating systems
|
||||
/.idea/
|
||||
/.vscode/*
|
||||
!/.vscode/extensions.json
|
||||
!/.vscode/settings.json
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Temporary local artifacts
|
||||
*.starter
|
||||
*.pre-tsbuild
|
||||
*.tmp
|
||||
*.temp
|
||||
*.swp
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user