When I add a file to .gitignore changes in file are still tracked in Visual Studio Code.
The file is in the root where is .gitignore file added by VSC and file that should be ignored is entred in the .gitignore file by the VSC. The file name is bs-config.js
node_modules
vendor
bs-config.js
package-lock.json
Am I missing something?