Fixed .gitignore, removed .gitmodules

This commit is contained in:
MihailRis 2023-11-05 21:58:25 +03:00 committed by GitHub
parent ae79f06ce8
commit 3f30a154ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

4
.gitignore vendored
View File

@ -3,9 +3,9 @@ Debug/src/**/*.o
Debug/voxel_engine
build
/build
world
/world
.vscode

6
.gitmodules vendored
View File

@ -1,6 +0,0 @@
[submodule "libs/glm"]
path = libs/glm
url = https://github.com/g-truc/glm.git
[submodule "libs/glfw"]
path = libs/glfw
url = https://github.com/glfw/glfw.git