sacOO7 / socketcluster-client-java

Native java and android client for socketcluster framework in node.js
http://socketcluster.io/
Apache License 2.0
94 stars 43 forks source link

Project should has .gitignore file #4

Closed zain-saqer closed 7 years ago

zain-saqer commented 7 years ago

The project should has .gitignore file, for git to ignore generated files, .class files and idea files. See this https://gist.github.com/chrisjenx/6138781

sacOO7 commented 7 years ago

I think that will not be causing major problem for now, will add it next time when I push the project.

zain-saqer commented 7 years ago

I can do this task. What do you think?

sacOO7 commented 7 years ago

Ok, wait. why do you want to do this. Tell me what problem you are facing right now? If you want to contribute to repo.

  1. Fork this repo
  2. In case of a bug, create an Issue on this repo. We'll discuss how it can be resolved
  3. In case of any new feature or improvement, make a new branch. Make an initial commit. Create a Pull Request. We'll discuss how that feature can be implemented
zain-saqer commented 7 years ago

Currently nothing, I just cloned this project. But it's not good practice to add all files to git repository. Anyway, If I encountered any problem I will report here.