mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Initial commit.
This commit is contained in:
parent
ed390ee0a9
commit
41395b47d0
23 changed files with 1752 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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*
|
Loading…
Add table
Add a link
Reference in a new issue