fix: use template for .gitignore

This commit is contained in:
Karl-Philipp Wulfert
2018-12-18 13:17:35 +01:00
parent d5e4259e58
commit 04b6154f9a
2 changed files with 92 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ import {join} from 'path';
*/
export const NEEDED_FILES = [
'.editorconfig',
'.gitignore',
join('templates', '.gitignore'),
join('templates', '.npmignore'),
join('templates', 'tsconfig.json'),
join('templates', 'tslint.json'),