.gradle build/ bin/ # Ignore any sqlite databases created *.db # Stupid IntelliJ stuff .idea *.iml out/ # Stupid VSCode stuff .vscode # Stupid Eclipse project files .classpath .project .settings # Ignore Gradle GUI config gradle-app.setting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar # Ignore commandler files cmdframework.db config.properties # Ignore the bot config bot.config