airavata-courses / NSA

Weather Data Gateway
1 stars 4 forks source link

Jar files shouldn't be present in your github repo #48

Open gkiran292 opened 4 years ago

gkiran292 commented 4 years ago

Jar and all the executables shouldn't be present in your Github repo.

gkiran292 commented 4 years ago

Google for mvn project .gitignore file so that you wouldn't have to include all the folders manually Even better method is including all the common .gitignore file lines of all the languages you are using.

aniruddhavpatil commented 4 years ago

Thanks for pointing this out. As of now, we've retained the .jar files in order to dockerize the services easily. We will be looking into building and running from the source soon.