Update .gitignore to exclude specific files

This commit is contained in:
ISA
2024-04-15 13:57:30 +02:00
parent b07322e49f
commit 06ca0b1ab1
6 changed files with 26 additions and 20 deletions

View File

@@ -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"