Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gitignore and ignore machine-generated-files #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juanpaco
Copy link

@wfearn Probably good to get into the habit of code reviews.

In this PR I just add a .gitignore file and add things to it recommended by MS and users on StackOverflow.

@wfearn
Copy link
Contributor

wfearn commented Feb 14, 2017 via email

@juanpaco
Copy link
Author

When you start doing work, make a separate branch and do all of your work there. Then you push the branch up here and open a Pull Request. I can walk you through it when I'm up in the lab. Getting lunch real soon here.

@juanpaco
Copy link
Author

But for this Pull Request, you can click on the "files changed" tab and look through things to make sure they make sense. This one is mostly a bunch of file deletions, but the .gitignore itself may be of interest.

@@ -0,0 +1,5 @@
MetaDataMap/obj
.vs/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example, you can click on a line of code and type a commend about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants