andrewharmellaw / camel-boot

A seed-project for starting new REST-API Camel/Spring Boot projects
1 stars 10 forks source link

Git Cleanup #3

Closed nikhilvibhav closed 8 years ago

nikhilvibhav commented 8 years ago

loads of stuff is checked in that shouldn't be there, binaries etc.

andrewharmellaw commented 8 years ago

You're right @nikhilvibhav - the .gitignore you're aiming for is the same as this one: https://github.com/andrewharmellaw/codahale-metrics-filters/blob/master/.gitignore

You might also want to ignore files which Eclipse and Netbeans add, but thats not essential.

nikhilvibhav commented 8 years ago

Fixed in pull request #14