init commit

This commit is contained in:
2024-07-13 13:15:28 +00:00
commit 157639e9e3
14 changed files with 1903 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# ide related
.vs/*
.idea/*
# build
.build/*
x64/*
cmake-build-debug/*
cmake-build-debug-visual-studio/*
# ignore CMakeLists.txt but add example file
CMakeLists.txt
# dlls:
*.dll
# vs-like objects
*.sln
*vcxproj*
packages.config
packages/*