From a80baf428cf8450a49995b68ffa4302cd2672bb4 Mon Sep 17 00:00:00 2001 From: Aelita4 Date: Fri, 9 Oct 2020 20:33:19 +0200 Subject: [PATCH] Gitignore update --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ce6fdd..879bf4b 100644 --- a/.gitignore +++ b/.gitignore @@ -337,4 +337,12 @@ ASALocalRun/ .localhistory/ # BeatPulse healthcheck temp database -healthchecksdb \ No newline at end of file +healthchecksdb + +/.git +/.vs +/Debug +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user \ No newline at end of file