Initial commit
This commit is contained in:
75
.gitignore
vendored
Normal file
75
.gitignore
vendored
Normal file
@@ -0,0 +1,75 @@
|
||||
# ===============================
|
||||
# Dependencies
|
||||
# ===============================
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# ===============================
|
||||
# Next.js build output
|
||||
# ===============================
|
||||
.next/
|
||||
out/
|
||||
|
||||
# ===============================
|
||||
# Production builds
|
||||
# ===============================
|
||||
dist/
|
||||
build/
|
||||
|
||||
# ===============================
|
||||
# Logs
|
||||
# ===============================
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# ===============================
|
||||
# Environment variables
|
||||
# ===============================
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# ===============================
|
||||
# TypeScript
|
||||
# ===============================
|
||||
*.tsbuildinfo
|
||||
|
||||
# ===============================
|
||||
# Cache & tooling
|
||||
# ===============================
|
||||
.cache/
|
||||
.eslintcache
|
||||
.turbo/
|
||||
.vercel/
|
||||
.next/cache/
|
||||
|
||||
# ===============================
|
||||
# Testing
|
||||
# ===============================
|
||||
coverage/
|
||||
|
||||
# ===============================
|
||||
# IDE / OS
|
||||
# ===============================
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json
|
||||
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# ===============================
|
||||
# Misc
|
||||
# ===============================
|
||||
*.pem
|
||||
*.key
|
||||
Reference in New Issue
Block a user