Skip to content

Commit

Permalink
Merge pull request #7 from wowvain-dev/application-layer
Browse files Browse the repository at this point in the history
Modified .gitignore
  • Loading branch information
wowvain-dev authored Mar 24, 2024
2 parents b66b9d0 + 21b52ba commit c2e346b
Show file tree
Hide file tree
Showing 26 changed files with 19 additions and 2,329 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
.vs/
build/
build-objs/
vcpkg_installed/
vendor/
vendor/

CMakeLists.txt
Vane/CMakeLists.txt
Sandbox/CMakeLists.txt
VaneEditor/CMakeLists.txt

Makefile
Vane/Makefile
Sandbox/Makefile
VaneEditor/Makefile
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Lua.diagnostics.disable": [
"undefined-global"
]
}
29 changes: 0 additions & 29 deletions CMakeLists.txt

This file was deleted.

65 changes: 0 additions & 65 deletions Makefile

This file was deleted.

34 changes: 0 additions & 34 deletions Sandbox/CMakeLists.txt

This file was deleted.

134 changes: 0 additions & 134 deletions Sandbox/Makefile

This file was deleted.

1 change: 1 addition & 0 deletions Sandbox/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using namespace Vane;

int main(int argc, char **argv)
{
Logger::log_output(LOG_LEVEL::V_ERROR, "This is a test %f", 3.12f);
ApplicationConfig config = {
.startPosX = 100,
.startPosY = 100,
Expand Down
34 changes: 0 additions & 34 deletions Vane/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit c2e346b

Please sign in to comment.