add editors to ignore files

This commit is contained in:
David Refoua 2022-10-25 00:48:28 +03:30
parent bdbd3aab2b
commit 39ac92d61c
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -29,3 +29,5 @@ build/
launcher/.vs
launcher/src/version.rc2
.vs/*
.vscode
.idea

View File

@ -3,6 +3,9 @@ launcher
.gitattributes
.git
.github
.vs
.vscode
.idea
*.md
build
scripts