As already mentioned, Visual Studio is now closer to the git workflow. Thus, there is no separate exception option, but the scene area matches the settings in the .gitignore file.
Therefore, instead of using the Visual Studio exclusion option, use the git .gitignore file to exclude files and directories. In addition, this will mean that other git tools also respect ignored / excluded files.
See the documentation for the .gitignore file here: https://git-scm.com/docs/gitignore
Flash
source share