From 99d3eb2a17cb0c408266f5118700501f717e8ad2 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