fix .gitignore'd files

pull/3030/head
mrkishi 5 years ago committed by Conduitry
parent 87d4ac55c9
commit 52618594f4

1
.gitignore vendored

@ -4,6 +4,7 @@
node_modules
*.map
/src/compiler/compile/internal-exports.ts
/compiler.d.ts
/compiler.*js
/index.*js
/internal

1
compiler.d.ts vendored

@ -1 +0,0 @@
export * from './types/compiler';

@ -20,6 +20,8 @@ const ts_plugin = is_publish
const external = id => id.startsWith('svelte/');
fs.writeFileSync(`./compiler.d.ts`, `export * from './types/compiler/index';`);
export default [
/* runtime */
{

@ -1,2 +0,0 @@
div.svelte-bzh57p{color:red}
div.svelte-4yw8vx{color:green}
Loading…
Cancel
Save