Skip to content

Commit 39ac92d

Browse files
committed
add editors to ignore files
1 parent bdbd3aa commit 39ac92d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ build/
2929
launcher/.vs
3030
launcher/src/version.rc2
3131
.vs/*
32+
.vscode
33+
.idea

packignore

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ launcher
33
.gitattributes
44
.git
55
.github
6+
.vs
7+
.vscode
8+
.idea
69
*.md
710
build
811
scripts

0 commit comments

Comments
 (0)