Removed unnecessary folders from git
This commit is contained in:
64
.gitignore
vendored
64
.gitignore
vendored
@ -1,3 +1,63 @@
|
||||
# Keep environment variables out of version control
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Bun
|
||||
.bun/
|
||||
|
||||
# Environment variables
|
||||
.env.local
|
||||
.env.*.local
|
||||
.env
|
||||
node_modules
|
||||
|
||||
# Next.js build output
|
||||
.next/
|
||||
out/
|
||||
|
||||
# Log files
|
||||
logs
|
||||
*.log
|
||||
*.log.*
|
||||
yarn-debug.log*
|
||||
npm-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# IDE specific files
|
||||
.vscode/
|
||||
|
||||
# Debug files
|
||||
*.log
|
||||
*.lock
|
||||
|
||||
# Next.js cache
|
||||
.next/cache/
|
||||
|
||||
# Local development files
|
||||
*.local
|
||||
*.env
|
||||
|
||||
# Build output
|
||||
/.next/
|
||||
/out/
|
||||
/build/
|
||||
/dist/
|
||||
/.terser-cache/
|
||||
|
||||
# Static exports
|
||||
out/
|
||||
|
||||
# Exported assets
|
||||
exported/
|
||||
build/
|
||||
|
||||
# Miscellaneous
|
||||
.connect/
|
||||
coverage/
|
||||
|
||||
|
||||
|
||||
# Windows specific
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user