Removed unnecessary folders from git

This commit is contained in:
2024-10-14 05:17:04 +00:00
parent 5d190fa174
commit 25b1e3a389
61 changed files with 275 additions and 1399 deletions

64
.gitignore vendored
View File

@ -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