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

Several fixes regarding gitignore. #32

Closed
deep110 opened this issue Jan 20, 2017 · 1 comment
Closed

Several fixes regarding gitignore. #32

deep110 opened this issue Jan 20, 2017 · 1 comment

Comments

@deep110
Copy link

deep110 commented Jan 20, 2017

  • Remove absolute path of Config.java. Also add a sample Config file so that anyone can build the project using their own key values.
  • Add .idea files to it
@hareshkh
Copy link
Contributor

@deep110 : For adding a default Config.java and then make git not track it every user has to run
git update-index --assume-unchanged <filename> after clone. So if something is expected after clone and before first build it is better to add a Config.java rather than running this command.

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

No branches or pull requests

2 participants