Update .gitignore to exclude specific files
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -12,4 +12,17 @@
|
|||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Cache files
|
||||||
|
.next/cache/webpack/*.gz
|
||||||
|
|
||||||
|
# Ignoring trace files
|
||||||
|
trace
|
||||||
|
|
||||||
|
# Webpack cache files
|
||||||
|
.next/cache/webpack/client-development/*.gz
|
||||||
|
.next/cache/webpack/server-development/*.gz
|
||||||
|
|
||||||
|
# Ignore specific Next.js build files
|
||||||
|
pages-manifest.json
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"/_error": "pages/_error.js",
|
|
||||||
"/_app": "pages/_app.js",
|
"/_app": "pages/_app.js",
|
||||||
|
"/_error": "pages/_error.js",
|
||||||
"/_document": "pages/_document.js",
|
"/_document": "pages/_document.js",
|
||||||
"/": "pages/index.js",
|
"/": "pages/index.js",
|
||||||
"/api/locations": "pages/api/locations.js"
|
"/api/locations": "pages/api/locations.js"
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/getFullHash */
|
/******/ /* webpack/runtime/getFullHash */
|
||||||
/******/ !function() {
|
/******/ !function() {
|
||||||
/******/ __webpack_require__.h = function() { return "6c0e643e45ecca33"; }
|
/******/ __webpack_require__.h = function() { return "79d56825454c319a"; }
|
||||||
/******/ }();
|
/******/ }();
|
||||||
/******/
|
/******/
|
||||||
/******/ /* webpack/runtime/global */
|
/******/ /* webpack/runtime/global */
|
||||||
|
|||||||
27
.next/trace
27
.next/trace
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user