Skip to content

Commit abb12d3

Browse files
committed
Update .gitignore to exclude VS CMake intermediate files
1 parent 440f12c commit abb12d3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
/build/
2-
/data/
3-
/gltf/library.wasm
1+
# IDE integrations
42
/.idea/
3+
/.vs/
4+
5+
# Build files
6+
/build/
57
/cmake-build-*/
8+
/out/
9+
/gltf/library.wasm
10+
11+
# Test files
12+
/data/

0 commit comments

Comments
 (0)