fix: remove .next build artifacts from git tracking

- Add .next to .gitignore to prevent future conflicts
- Remove all build artifacts from git tracking
- Focus on source code changes only for cleaner merges
This commit is contained in:
2025-08-18 23:40:20 +02:00
parent 766764f4c1
commit 66ef8ede14
190 changed files with 0 additions and 24600 deletions

View File

@@ -1,30 +0,0 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack.js",
"static/chunks/main-app.js"
],
"pages": {
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
]
},
"ampFirstPages": []
}