This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
2D
committed
May 25, 2021
1 parent
5431deb
commit bcc1dcd
Showing
44 changed files
with
40 additions
and
1,193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
/.idea/ | ||
# Logs | ||
logs/ | ||
|
||
# Build | ||
target/ | ||
build/ | ||
out/ | ||
bin/ | ||
|
||
|
||
# Idea Settings | ||
.idea/ | ||
*.iml | ||
/logs/ | ||
/target/ | ||
/application.yml | ||
*/dependency-reduced-pom.xml | ||
.gradle/* | ||
build/* | ||
*.jar | ||
|
||
# Gradle shit | ||
.gradle/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
|
||
application.yml | ||
|
||
|
||
# Jars | ||
*.jar | ||
|
||
# Eclipse or maven shit | ||
*/dependency-reduced-pom.xml | ||
.project | ||
.classpath | ||
.settings | ||
/Testbot/build/ | ||
/Testbot/out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
/.idea/ | ||
# Build shit | ||
out/ | ||
bin/ | ||
target/ | ||
build/* | ||
|
||
# More idea settings | ||
.idea/ | ||
/LavalinkServer.iml | ||
|
||
# Logs | ||
/logs/ | ||
|
||
# Configuration | ||
/application.yml | ||
/target/ | ||
|
||
# idk | ||
/debug_token | ||
build/* | ||
/out/ | ||
|
||
# Version file | ||
VERSION.txt |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
131 changes: 0 additions & 131 deletions
131
LavalinkServer/bin/main/lavalink/server/config/AudioPlayerConfiguration.kt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-2.07 KB
LavalinkServer/bin/main/lavalink/server/config/AudioSourcesConfig.class
Binary file not shown.
39 changes: 0 additions & 39 deletions
39
LavalinkServer/bin/main/lavalink/server/config/KoeConfiguration.kt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.04 KB
LavalinkServer/bin/main/lavalink/server/config/MetricsPrometheusConfigProperties.class
Binary file not shown.
9 changes: 0 additions & 9 deletions
9
LavalinkServer/bin/main/lavalink/server/config/RateLimitConfig.kt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-1.54 KB
LavalinkServer/bin/main/lavalink/server/config/RequestAuthorizationFilter.class
Binary file not shown.
Binary file removed
BIN
-1.29 KB
LavalinkServer/bin/main/lavalink/server/config/SentryConfigProperties.class
Binary file not shown.
Binary file removed
BIN
-2.79 KB
LavalinkServer/bin/main/lavalink/server/config/SentryConfiguration.class
Binary file not shown.
Oops, something went wrong.