Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
2D committed May 25, 2021
1 parent 5431deb commit bcc1dcd
Show file tree
Hide file tree
Showing 44 changed files with 40 additions and 1,193 deletions.
34 changes: 24 additions & 10 deletions .gitignore
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/
20 changes: 16 additions & 4 deletions LavalinkServer/.gitignore
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
5 changes: 0 additions & 5 deletions LavalinkServer/bin/main/app.properties

This file was deleted.

5 changes: 0 additions & 5 deletions LavalinkServer/bin/main/application.yml

This file was deleted.

130 changes: 0 additions & 130 deletions LavalinkServer/bin/main/lavalink/server/Launcher.kt

This file was deleted.

This file was deleted.

Binary file not shown.
39 changes: 0 additions & 39 deletions LavalinkServer/bin/main/lavalink/server/config/KoeConfiguration.kt

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit bcc1dcd

Please sign in to comment.