diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..35ab70d --- /dev/null +++ b/.clangd @@ -0,0 +1,2 @@ +CompileFlags: + CompilationDatabase: build/Release \ No newline at end of file diff --git a/.gitignore b/.gitignore index 06228ce..4d07fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ **/build/* **/CMakeUserPresets.json +*/.DS_Store