commit d55ddcc12462004c500312d7283c4c8ded65cadf Author: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Tue Apr 21 16:24:18 2026 +0300 Add DiscordSRV integration commit 9e86ebc6ea400bc3b6e95153ac067b9d0716928e Author: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Tue Apr 21 15:43:16 2026 +0300 Add reload command commit a7fa9f980ca0508ec8a1d7841ee17bb99701811c Author: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Tue Apr 21 15:41:37 2026 +0300 Fix private message error message shown on receiver locale bug commit 11005fd0eef6a6711fa3b33f19f3b690fa784ffd Author: AXOLOTsh <96595812+AXOLOTsh@users.noreply.github.com> Date: Tue Apr 21 15:04:22 2026 +0300 Add project files
82 lines
1.4 KiB
Plaintext
82 lines
1.4 KiB
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/gradle,visualstudiocode,java
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=gradle,visualstudiocode,java
|
|
|
|
### Java ###
|
|
# 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*
|
|
replay_pid*
|
|
|
|
### VisualStudioCode ###
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### VisualStudioCode Patch ###
|
|
# Ignore all local history of files
|
|
.history
|
|
.ionide
|
|
|
|
### Gradle ###
|
|
.gradle
|
|
**/build/
|
|
!src/**/build/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Avoid ignore Gradle wrappper properties
|
|
!gradle-wrapper.properties
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|
|
|
|
# Eclipse Gradle plugin generated files
|
|
# Eclipse Core
|
|
.project
|
|
# JDT-specific (Eclipse Java Development Tools)
|
|
.classpath
|
|
|
|
### Gradle Patch ###
|
|
# Java heap dump
|
|
*.hprof
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/gradle,visualstudiocode,java
|
|
|
|
run/
|
|
.idea/
|
|
bin/
|
|
*.code-workspace
|