So far I never used the .gitignore directory in my git setup, I only used git add as needed.
Now I’m trying to learn github inside Visual Code Studio with hackwaly’s OCaml extension. The problem I encounter immediately is that by default
VSCode wants to copy all the files in my project to the remote repository, including the .cmo, .cmt files etc, which I obviously don’t want.
Is it mandatory to put all the .cmo, .cmt files into .gitignore ?