dotnet new gitignore if you don't have a gitignore yetgit rm -r --cached . to untrack all filesgit add . to track them back, accounting for the gitignore.vscode to the gitignoreC:\Users\vitto\.vscode>git add .gitignore
fatal: pathspec '.gitignore' did not match any filesgit add .gitignore command.vscode is, I guess, where VS Code is installeddotnet new gitignoregit rm -r --cached .git add ./my-project
|— .git
|— .gitignore
|— MyCsharpProject
|— MyPythonProject.vscode.vscodeC:\Users\vitto\.vscode>git add .gitignore
fatal: pathspec '.gitignore' did not match any filesgit add .gitignore