Closed petebachant closed 8 years ago
Note that you can close this issue via commit message, if when you commit you write something like
git commit -am "Remove temporary files; resolves #1"
After you push, the issue will automatically be closed.
Looks like this is done. Closing.
All the files ending in
~
don't need to be part of the repository. You should delete these, then checkto make sure the correct files are being deleted.
Then create a
.gitignore
file in the project root directory withand add this line to the file:
Then commit all the changes you just made
Then push to GitHub