forked from veda/www_veda_2025
22 lines
269 B
Plaintext
22 lines
269 B
Plaintext
# 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
|