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 from https://github.com/github/gitignore #8

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

Conversation

natejenkins
Copy link

Hi, thanks for this library!

Adding a .gitignore would make commits much cleaner, I copied the example Android .gitignore from https://github.com/github/gitignore (CC0 1.0 license) as a starting point.

@natejenkins
Copy link
Author

Personally I would add a few more files to this gitignore. When building this project the following files and folders are created:

	.idea/
	gradle/
	gradlew
	gradlew.bat

In general I add the gradle folder and files to the repo and ignore ./idea/*

thoughts?

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.

1 participant