Skip to content

Commit

Permalink
add makefile and lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Sep 4, 2024
1 parent 5d4a615 commit 7bf42c2
Show file tree
Hide file tree
Showing 37 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
*.m4a filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hi:
java -jar target/gs-maven-0.1.0-shaded.jar
Binary file modified src/main/java/resources/alright.mp3
Binary file not shown.
Binary file modified src/main/java/resources/cool.mp3
Binary file not shown.
Binary file modified src/main/java/resources/crocodile.m4a
Binary file not shown.
Binary file modified src/main/java/resources/dunno.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/java/resources/finntalk1.mp3
Binary file not shown.
Binary file modified src/main/java/resources/graduationswag.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/java/resources/licorice.mp3
Binary file not shown.
Binary file modified src/main/java/resources/licorice.ogg
Binary file not shown.
Binary file modified src/main/java/resources/losingsong.mp3
Binary file not shown.
Binary file modified src/main/java/resources/mainmusic.m4a
Binary file not shown.
Binary file modified src/main/java/resources/mainmusic.mp3
Binary file not shown.
Binary file modified src/main/java/resources/mainmusic.ogg
Binary file not shown.
Binary file modified src/main/java/resources/mid.mp3
Binary file not shown.
Binary file modified src/main/java/resources/sad.mp3
Binary file not shown.
Binary file modified src/main/java/resources/victory.mp3
Binary file not shown.
Binary file modified src/main/java/resources/windancing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified target/classes/alright.mp3
Binary file not shown.
Binary file modified target/classes/cool.mp3
Binary file not shown.
Binary file modified target/classes/crocodile.m4a
Binary file not shown.
Binary file modified target/classes/dunno.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified target/classes/finntalk1.mp3
Binary file not shown.
Binary file modified target/classes/graduationswag.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified target/classes/licorice.mp3
Binary file not shown.
Binary file modified target/classes/licorice.ogg
Binary file not shown.
Binary file modified target/classes/losingsong.mp3
Binary file not shown.
Binary file modified target/classes/mainmusic.m4a
Binary file not shown.
Binary file modified target/classes/mainmusic.mp3
Binary file not shown.
Binary file modified target/classes/mainmusic.ogg
Binary file not shown.
Binary file modified target/classes/mid.mp3
Binary file not shown.
Binary file modified target/classes/sad.mp3
Binary file not shown.
Binary file modified target/classes/victory.mp3
Binary file not shown.
Binary file modified target/classes/windancing.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified target/gs-maven-0.1.0-shaded.jar
Binary file not shown.
Binary file modified target/gs-maven-0.1.0.jar
Binary file not shown.
Binary file modified target/original-gs-maven-0.1.0.jar
Binary file not shown.

0 comments on commit 7bf42c2

Please sign in to comment.