discord-bot/.gitignore
2020-02-13 23:01:27 -05:00

32 lines
437 B
Plaintext

.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