-
Notifications
You must be signed in to change notification settings - Fork 38k
Description
Git integration is good in vscode but one thing is missing, ignore.
I am running Vscode 1.10.2 on MacOS Sierra 10.12.4.
Working on a project, I noticed the Git integration had discovered that .DS_Store had changed and was listed with my edited files.
I wanted to tell Git to ignore this file, but found that this option was not among the integrated git commands. It really should be available. All that is involved is adding a line to the project .gitignore file.
I then tried to edit the .gitignore file in Vscode, but I found I could not easily open the file.
On MacOS it is standard practice to hide system files, including those with names that begin with "."
Vscode uses the standard Mac open file dialog, which, of course, will not let me see the .gitignore file.
I looked for a way to specify the file path directly, without using the dialog, and could not do so.
Please, as well as git ignore, could you add the ability to open a file using its explicit path.
I was unable to find either of these addressed in Vscode docs or open issues.