Subtly change the color of your Visual Studio Code workspace. Ideal when you have multiple VS Code instances, use VS Live Share, or use VS Code's Remote features, and you want to quickly identify your editor.
.DS_Store is a macOS folder metadata file that stores information such as current view layout etc. Adding this file to the repository was probably a mistake since it's not related to the project itself. This PR removes the file and adds it to git ignore so it isn't added again when a macOS user commits to the project.
.DS_Store is a macOS folder metadata file that stores information such as current view layout etc. Adding this file to the repository was probably a mistake since it's not related to the project itself. This PR removes the file and adds it to git ignore so it isn't added again when a macOS user commits to the project.