How can I ignore directories or folders in Git using msysgit on Windows?
Create a file named .gitignore in your project's directory. Ignore directories by entering the directory name into the file (with a slash appended):
.gitignore
dir_to_ignore/
More information is here.
1.4m articles
1.4m replys
5 comments
57.0k users