JetBrains: Ignore bin files that are generated by VS Code extension
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: philipp-spiess
I've been setting up Java support in VS Code and it seems that the extension caches some artifacts in client/jetbrains/bin
. I don't want to commit these mistakenly so adding it to the gitignore.
It seems like the setup already works in VS Code so that's cool
Ensured that bin/ files are no longer added by git add .
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.