neopixeldev / hypixel-api-java

Asynchronous Java wrapper for the Hypixel API
MIT License
6 stars 2 forks source link

Delete unnecessary directories #86

Closed Netwyn closed 2 years ago

Netwyn commented 2 years ago

Deletes .idea and .gradle directories

Netwyn commented 2 years ago

@unpluggedsam they are completely useless for IntelliJ users IntelliJ would auto-generate those files if they aren't present in the directory you're importing, and Gradle does the same for projects missing the .gradle directory. Typically, a .gitignore file would have directories such as .gradle or .idea in them, but I don't think we have a .gitignore setup.

JxBP commented 2 years ago

The .idea directory contains our code style config and .github contains our Github Actions workflows as well as issue templates so why do you want to remove them?!