forked from veda/www_veda_2025
chore: update gitignore with build artifacts and environment files
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user