From b39e6be95231737e3dfef427b74a2849ca44fead Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Tue, 14 Sep 2021 23:25:57 +0200 Subject: [PATCH] Add a directory for debugging resources (e.g. logs submitted by users). Since logs can be rather extensive and, more importantly, may accidentally contain PI, we also have them on gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7a50513..285ded6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ build/ src/res/img/git-ignore/ test/debug-configs/ + +debugging-resources/