I'm wondering if the directory https://git.drupalcode.org/project/tocbot/tree/7.x-1.x/.vscodewith the file settings.json should be part of the module repository. As far as I know, the goal of the file is to share Visual Studio related settings within a team, and I guess it makes sense to ignore it for the Git repository.
Comments
Comment #2
nicholass@Olafski yes the module does not use it in anyway, a `.vscode` is a directory to keep editing consistent between developers. As this is my first module, I don't really know if it should be excluded I will have research and find any advice. Not sure what the Drupal world considers best practice on this.
Comment #4
nicholassAfter review a few other Drupal projects, I will remove these project setting/configuration files. Thanks for bringing this up!
Comment #5
nicholass