mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +05:30
31 lines
336 B
Plaintext
31 lines
336 B
Plaintext
# 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 |