remove generated files

This commit is contained in:
Rich Harris
2018-02-18 12:15:32 -05:00
parent ad0da849fb
commit 220af2b1dd
4 changed files with 2 additions and 65 deletions

3
.gitignore vendored
View File

@@ -4,4 +4,5 @@ node_modules
yarn.lock
cypress/screenshots
templates/.*
dist
dist
app/manifest

View File

@@ -1,15 +0,0 @@
// This file is generated by Sapper — do not edit it!
export const routes = [
{ pattern: /^\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "_" */ '../../routes/index.html') },
{ error: '4xx', load: () => import(/* webpackChunkName: "_4xx" */ '../../routes/4xx.html') },
{ error: '5xx', load: () => import(/* webpackChunkName: "_5xx" */ '../../routes/5xx.html') },
{ pattern: /^\/about\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "about" */ '../../routes/about.html') },
{ pattern: /^\/blog\/?$/, params: () => ({}), load: () => import(/* webpackChunkName: "blog" */ '../../routes/blog/index.html') },
{ pattern: /^\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), load: () => import(/* webpackChunkName: "blog_$slug$" */ '../../routes/blog/[slug].html') }
];
if (module.hot) {
import('/Users/208311/Development/SVELTE/sapper/src/hmr-client.js').then(client => {
client.connect(23456);
});
}

View File

@@ -1,20 +0,0 @@
// This file is generated by Sapper — do not edit it!
import _ from '../../routes/index.html';
import _4xx from '../../routes/4xx.html';
import _5xx from '../../routes/5xx.html';
import about from '../../routes/about.html';
import blog from '../../routes/blog/index.html';
import * as api_blog_posts from '../../routes/api/blog-posts.js';
import * as api_blog_$slug$ from '../../routes/api/blog/[slug].js';
import blog_$slug$ from '../../routes/blog/[slug].html';
export const routes = [
{ id: '_', type: 'page', pattern: /^\/?$/, params: () => ({}), module: _ },
{ error: '4xx', module: _4xx },
{ error: '5xx', module: _5xx },
{ id: 'about', type: 'page', pattern: /^\/about\/?$/, params: () => ({}), module: about },
{ id: 'blog', type: 'page', pattern: /^\/blog\/?$/, params: () => ({}), module: blog },
{ id: 'api_blog_posts', type: 'route', pattern: /^\/api\/blog-posts\/?$/, params: () => ({}), module: api_blog_posts },
{ id: 'api_blog_$slug$', type: 'route', pattern: /^\/api\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), module: api_blog_$slug$ },
{ id: 'blog_$slug$', type: 'page', pattern: /^\/blog(?:\/([^\/]+))?\/?$/, params: match => ({ slug: match[1] }), module: blog_$slug$ }
];

View File

@@ -1,29 +0,0 @@
// This file is generated by Sapper — do not edit it!
export const timestamp = 1518910653621;
export const assets = [
"favicon.png",
"global.css",
"great-success.png",
"manifest.json",
"svelte-logo-192.png",
"svelte-logo-512.png"
];
export const shell = [
"/client/_.0.6b48eb953c3d3763d72b.js",
"/client/blog.1.6b48eb953c3d3763d72b.js",
"/client/blog_$slug$.2.6b48eb953c3d3763d72b.js",
"/client/about.3.6b48eb953c3d3763d72b.js",
"/client/_5xx.4.6b48eb953c3d3763d72b.js",
"/client/_4xx.5.6b48eb953c3d3763d72b.js",
"/client/6.6.6b48eb953c3d3763d72b.js",
"/client/main.6b48eb953c3d3763d72b.js"
];
export const routes = [
{ pattern: /^\/?$/ },
{ pattern: /^\/about\/?$/ },
{ pattern: /^\/blog\/?$/ },
{ pattern: /^\/blog(?:\/([^\/]+))?\/?$/ }
];