Ignoring directories in Git repos 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):
dir_to_ignore/

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days