Browse Source

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

Bachir Soussi Chiadmi 4 years ago
parent
commit
ec676c3cc7

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 /node_modules
 /build
+src/.temp/*

+ 0 - 7
src/.temp/config.js

@@ -1,7 +0,0 @@
-export default {
-  "siteUrl": "",
-  "siteName": "Popsu",
-  "titleTemplate": "%s - Popsu",
-  "siteDescription": "",
-  "version": "0.6.9"
-}

+ 0 - 2
src/.temp/constants.js

@@ -1,2 +0,0 @@
-export const NOT_FOUND_NAME = "404"
-export const NOT_FOUND_PATH = "/404"

+ 0 - 24
src/.temp/icons.js

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

+ 0 - 1
src/.temp/now.js

@@ -1 +0,0 @@
-export default 1569422971375

+ 0 - 3
src/.temp/plugins-client.js

@@ -1,3 +0,0 @@
-
-export default [
-]

+ 0 - 3
src/.temp/plugins-server.js

@@ -1,3 +0,0 @@
-
-export default [
-]

+ 0 - 21
src/.temp/routes.js

@@ -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")
-  }
-]
-