Including `.DS_Store` file in the repository
1chooo opened this issue · 0 comments
1chooo commented
Problem
Currently, the .DS_Store
file is being pushed to the repository. This file is automatically generated by macOS and contains metadata about the directory it resides in. However, it is not necessary for the project and can cause issues when collaborating with others.
Solution
To prevent the .DS_Store
file from being included in the repository, it is recommended to add it to the .gitignore
file. This will ensure that it is not tracked by Git and will not be pushed to the remote repository.