gitignore: exclude Next.js build artifacts from tracking
This commit is contained in:
+14
@@ -12,3 +12,17 @@ data/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Next.js build output (deployed to static dir at runtime, not tracked)
|
||||
dashboard/static/_next/
|
||||
dashboard/static/404.html
|
||||
dashboard/static/404/
|
||||
dashboard/static/__next.*
|
||||
dashboard/static/favicon.ico
|
||||
dashboard/static/file.svg
|
||||
dashboard/static/globe.svg
|
||||
dashboard/static/index.txt
|
||||
dashboard/static/next.svg
|
||||
dashboard/static/vercel.svg
|
||||
dashboard/static/window.svg
|
||||
dashboard/static/_not-found/
|
||||
|
||||
Reference in New Issue
Block a user