Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate publishing-an-existing-project-to-github.md #2493
Conversation
Hindsight is asking me to include a step before starting to clean out and remove unwanted sub-directories.
| @@ -1,5 +1,6 @@ | |||
| # Publishing an existing project to GitHub | |||
|
|
|||
| 0. Clean solution directories, bin, obj, etc. or else these will be uploaded to Github | |||
Kryptos-FR
Jul 11, 2020
•
That should be covered with a proper .gitignore. I think it would be better to mention that instead of a step that just states WHAT but doesn't explain WHY, nor HOW.
So maybe a note or warning "make sure to have properly set your .gitignore before adding the project" with a link to GitHub's page about .gitignore (i.e. https://docs.github.com/en/github/using-git/ignoring-files).


Hindsight is asking me to include a step before starting to clean out and remove unwanted sub-directories.