mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
94f5fa37ac
* Add version information route. * Use build action for tests. * Add version test to script. * Add testing directory to dockerignore. * Don't unnecessarily set permission for gradle wrapper script.
28 lines
No EOL
314 B
Text
28 lines
No EOL
314 B
Text
# Compiled class file
|
|
*.class
|
|
bin/
|
|
|
|
.*
|
|
|
|
!.gitignore
|
|
!.dockerignore
|
|
|
|
!.github/
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
### Gradle ###
|
|
/build/
|
|
|
|
# Database Data
|
|
/data/
|
|
|
|
# TxT File
|
|
*.txt
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Version File
|
|
VERSION |