UnleashedRecomp
UnleashedRecomp copied to clipboard
Improve .gitignore
Hides IntelliJ IDE files, macOS metadata, and some CMake files.
isnt there already a gitignore in private/ that makes it ignore all those files?
It would also be worth putting compile_commands.json here too. This is used by clangd, used by editors for code completion and other such features. Usually it should pick this up in the build directory itself if it can find it, but with the one suggested in the build instructions it doesn't seem to, and as such I had to make a symlink to the root of the repository so it could find it, which isn't ignored by git.