# Ignore root Next.js project
../package.json
../package-lock.json
../next.config.*
../src/
../public/
../.next/
../node_modules/

# Ignore build artifacts
dist/
node_modules/
.git/
.gitignore

# Ignore other projects
*/.next/
*/dist/
*/node_modules/
