mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
20 lines
241 B
Text
20 lines
241 B
Text
|
# Compiled class file
|
||
|
*.class
|
||
|
bin/
|
||
|
|
||
|
.*
|
||
|
|
||
|
!.gitignore
|
||
|
|
||
|
# Log file
|
||
|
*.log
|
||
|
|
||
|
### Gradle ###
|
||
|
/.gradle
|
||
|
/build/
|
||
|
|
||
|
# TxT File
|
||
|
*.txt
|
||
|
|
||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||
|
hs_err_pid*
|