diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02d09c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# vscode files +browse.vc.db* +.vscode-test/ +.history/ +*.code-workspace + +# cmake files +build/ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +CMakeUserPresets.json + +# Build files +*.o +*.bin +*.out +*.spv + +# Runtime data +pids +*.pid +*.seed +*.pid.lock +imgui.ini + +# dotenv environment variables file +.envrc +.env +.env.test +.env.production +