From 7e60950900ad5ec17d8eb4f5a91fa47966323d26 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 23 May 2020 15:33:07 +0300 Subject: [PATCH] Ignore debug files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index efa6d897..04abe32b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,7 @@ desktop.ini npm-ls.txt npm-audit.txt .vscode/launch.json + +# Debug files +*.debug.ts +*.debug.js