imgix / imgix-java

A Java client library for generating URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

feat: prevent push mistakes by updating .gitignore #41

Closed ericdeansanchez closed 4 years ago

ericdeansanchez commented 4 years ago

This commit updates .gitignore to guard against pushing mistakes/.

To accommodate more contributors, a few editor specific cases have been added to .gitignore. This way, we can reduce the chances of pushing things we don't want to and focus on the task at hand. Examples of these things are build files, dist/ and bin/ directories, etc.