mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
31 lines
No EOL
336 B
Text
31 lines
No EOL
336 B
Text
# Compiled class file
|
|
*.class
|
|
bin/
|
|
|
|
.*
|
|
|
|
!.gitignore
|
|
!.dockerignore
|
|
|
|
!.github/
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
### Gradle ###
|
|
/build/
|
|
|
|
# Database Data
|
|
/data/
|
|
|
|
# TxT File
|
|
*.txt
|
|
|
|
# Jar files
|
|
*.jar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Version File
|
|
VERSION |