From dd2e0ca7e07c61c714b3fd48b1a0fa508e000f82 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 17 Sep 2023 19:03:20 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.gitignore b/.gitignore index 9154f4c7..d85fc63b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,25 @@ hs_err_pid* replay_pid* +# Add any directories, files, or patterns you don't want to be tracked by version control +out +ClientProject/out +ServerProject/out +Data +Components/* +BackUps/* +*.log +*.sqlite +*.ilk +Bugs/* +Archives/* +Temp/* +Projects/* +CompilationTasks/* +User/* +RunTasks/* +Makefiles/* +Repo/* +Sts/* +Tests/* +debug.log \ No newline at end of file