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

Make .gitignore minimal, don't commit .idea and build/ to version control #2

Merged
merged 1 commit into from Jul 2, 2017
Merged

Conversation

mattbdean
Copy link
Contributor

The current .gitignore is a bit overkill for such a small project and leaves some IDE-specific files laying around, as well as the entire build directory.

This change:

  • Removes and ignores .idea/
  • Removes and ignores build/
  • Makes .gitignore as minimal as possible

@ziggy42 ziggy42 merged commit d8abbe0 into ziggy42:master Jul 2, 2017
@mattbdean mattbdean deleted the gitignore branch July 2, 2017 23:48
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.

None yet

2 participants