From 1893ac0d1587d86b3d95c4c0cdc29ef23dd43cfb Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Mon, 6 May 2019 22:37:22 +0200 Subject: [PATCH] add tsconfig.json to .gitignore for now --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c1ac625c02..80e940d53ce 100644 --- a/.gitignore +++ b/.gitignore @@ -99,12 +99,17 @@ node_modules package-lock.json package.json +# typescript +tsconfig.json + +# Visual Studio Code +.vscode/settings.json +*.code-workspace + # misc fc-pregmod *.outline *.todo TODO.txt -.vscode/settings.json -*.code-workspace temp.* *.temp -- GitLab