Skip to content

Commit b9a4e53

Browse files
committed
Added .gitignore dev helpers
1 parent 26a32b0 commit b9a4e53

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
.idea
33
cmake-build-*
44
imgui.ini
5-
.DS_Store
5+
.DS_Store
6+
7+
# project_starter_kit dev helpers
8+
# .gitmodules
9+
# /third_party/*
10+
# !/third_party/CMakeLists.txt
11+
# /projects/*
12+
# !/projects/CMakeLists.txt

0 commit comments

Comments
 (0)