Closed aspacek closed 4 years ago
In the writing and testing, I have created a lot of my own personal files in the repository that shouldn't be there for other users. (Saved outputs, etc.). I need to remove them from the repository and add them to the .gitignore file.
Helpful website: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/
Done: https://github.com/aspacek/Letterboxd-user-film-compare/commit/5a934d7a003d9610beefc963675b411d957b00d0
In the writing and testing, I have created a lot of my own personal files in the repository that shouldn't be there for other users. (Saved outputs, etc.). I need to remove them from the repository and add them to the .gitignore file.
Helpful website: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/