chore: update gitignore with build artifacts and environment files

This commit is contained in:
2025-10-24 02:11:25 +02:00
parent 1095f066ac
commit 52948926b8
446 changed files with 162 additions and 40618 deletions

22
.gitignore vendored
View File

@@ -1 +1,21 @@
node_modules
# Dependencies
/node_modules
# Build artifacts
/.next/
/out/
/build/
# Miscellaneous
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Local environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local