removed src/.temp/* from git tree, updated .gitignore

This commit is contained in:
2019-10-01 17:56:59 +02:00
parent a102085056
commit ec676c3cc7
8 changed files with 1 additions and 61 deletions
+1
View File
@@ -1,2 +1,3 @@
/node_modules
/build
src/.temp/*
-7
View File
@@ -1,7 +0,0 @@
export default {
"siteUrl": "",
"siteName": "Popsu",
"titleTemplate": "%s - Popsu",
"siteDescription": "",
"version": "0.6.9"
}
-2
View File
@@ -1,2 +0,0 @@
export const NOT_FOUND_NAME = "404"
export const NOT_FOUND_PATH = "/404"
-24
View File
@@ -1,24 +0,0 @@
export default {
"touchiconMimeType": "image/png",
"faviconMimeType": "image/png",
"precomposed": false,
"touchicons": [
{
"width": 70,
"height": 70,
"src": "/assets/static/src/favicon.png?width=70"
}
],
"favicons": [
{
"width": 16,
"height": 16,
"src": "/assets/static/src/favicon.png?width=16"
},
{
"width": 32,
"height": 32,
"src": "/assets/static/src/favicon.png?width=32"
}
]
}
-1
View File
@@ -1 +0,0 @@
export default 1569422971375
-3
View File
@@ -1,3 +0,0 @@
export default [
]
-3
View File
@@ -1,3 +0,0 @@
export default [
]
-21
View File
@@ -1,21 +0,0 @@
export default [
{
name: "home",
path: "/",
component: () => import(/* webpackChunkName: "page--src--pages--index-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/src/pages/Index.vue"),
meta: {
data: true
}
},
{
name: "404",
path: "/404",
component: () => import(/* webpackChunkName: "page--node-modules--gridsome--app--pages--404-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/node_modules/gridsome/app/pages/404.vue")
},
{
name: "*",
path: "*",
component: () => import(/* webpackChunkName: "page--node-modules--gridsome--app--pages--404-vue" */ "/mnt/Data/ouidade/Documents/TAFF Figli/POPSU_html2print/popsu_html2print/node_modules/gridsome/app/pages/404.vue")
}
]