Closed lussierc closed 3 years ago
I need to create a .gitignore file that ignores things like CSV files, pycache files, .DS_Store files, and more.
.gitignore
.DS_Store
It should remove all files not necessary on the remote repository to save space and reduce the time needed for new users to remove the repository.
This was solved by PR #14!
I need to create a
.gitignore
file that ignores things like CSV files, pycache files,.DS_Store
files, and more.It should remove all files not necessary on the remote repository to save space and reduce the time needed for new users to remove the repository.