You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a file to your repo, anything will do. Call it test.abc for example. If you do a git status command then this file you just added should show up as untracked.
Add this new untracked file to your .gitignore_global file. Now git status should not show the file. This verifies that you have successfully configured your .gitignore_global file.
Open your project in VSC and go to the source control panel. The file which is excluded in your .gitignore_global file will show up as untracked in this panel.
Because the .gitignore_global file is ignored by VSC I have over 3,000 untracked files in my source control panel.
VS Code version: Code 1.23.0 (7c7da59, 2018-05-03T16:44:55.614Z)
OS version: Windows_NT x64 10.0.17134
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 x 4008)
Please ask your question on StackOverflow. We have a great community over there. They have already answered thousands of questions and are happy to answer yours as well. See also our issue reporting guidelines.
Not sure why this was closed. The suggested stackoverflow answer is not related to my issue. My issue has to do with the GLOBAL gitignore file, not the .gitignore file. There is more than one gitignore file.
This is a bug, not a question.
Git is working correctly. This is not a problem with git. VS Code is not working correctly.
Issue Type: Bug
This is a problem developing in WSL but probably exists elsewhere.
Using WSL Ubuntu:
test.abc
for example. If you do agit status
command then this file you just added should show up as untracked.git status
should not show the file. This verifies that you have successfully configured your .gitignore_global file.Because the .gitignore_global file is ignored by VSC I have over 3,000 untracked files in my source control panel.
VS Code version: Code 1.23.0 (7c7da59, 2018-05-03T16:44:55.614Z)
OS version: Windows_NT x64 10.0.17134
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Extensions (11)
The text was updated successfully, but these errors were encountered: