From 39ac92d61c5a50a6e863e79a154f12f485ed19df Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 25 Oct 2022 00:48:28 +0330 Subject: [PATCH] add editors to ignore files --- .gitignore | 2 ++ packignore | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 068994d..71475ec 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ build/ launcher/.vs launcher/src/version.rc2 .vs/* +.vscode +.idea diff --git a/packignore b/packignore index a69813c..a6a9b90 100644 --- a/packignore +++ b/packignore @@ -3,6 +3,9 @@ launcher .gitattributes .git .github +.vs +.vscode +.idea *.md build scripts