tebexio/Tebex-Minecraft

.gitignore file excludes the wrapper

Closed this issue · 0 comments

The gitignore file for the project ends up excluding the gradle wrapper,

appending ** onto the end of,

!gradle/wrapper/
can fix it, however, I'd generally recommend using a trusted .gitignore generator, https://www.toptal.com/developers/gitignore/api/gradle,macos,jetbrains for ex