Closed oltolm closed 1 month ago
But, the launch file and tasks files are useful.
How about keeping these two files, but also keep your newly added ignore so that all other settings files remain ignored?
I actually change the settings in launch.json
so it wouldn't work.
If you just want to ignore them locally you can add them to .git/info/exclude
, or gitignore them and .gitignore
Alright, I guess we can get rid of these and have example launch and task files somewhere instead.
@bbb651 's workaround works too I guess, but less easy to figure out.
Thanks, ignoring files locally does not work if they are checked in. I already tried it.
I use VSCode. If I change the settings git shows changes in the working directory. I removed the VSCode settings and added them to
.gitignore
.