Update .gitignore to exclude specific files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"/_error": "pages/_error.js",
|
||||
"/_app": "pages/_app.js",
|
||||
"/_error": "pages/_error.js",
|
||||
"/_document": "pages/_document.js",
|
||||
"/": "pages/index.js",
|
||||
"/api/locations": "pages/api/locations.js"
|
||||
|
||||
Reference in New Issue
Block a user