Files
JdrBot/.gitignore
Skydust b98bb0a634
Some checks failed
Production deployment / Build (push) Failing after 27s
Production deployment / Deploying (push) Has been skipped
Updated the jdrbot to be at the same standard as potatos
2023-09-09 23:09:20 +02:00

36 lines
391 B
Plaintext

# ---> Java
.idea
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
*.DS_Store
# Gradle
.gradle
**/build/
!src/**/build/
!gradle-wrapper.jar
gradle-app.setting