mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
implement API, init data distribution features #1
This commit is contained in:
parent
536ead0441
commit
0a8f1ecf56
17 changed files with 647 additions and 27 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,9 +1,19 @@
|
|||
/.vscode/
|
||||
/vendor/
|
||||
/.vscode
|
||||
|
||||
/vendor
|
||||
|
||||
/database/yggtracker.mwb.bak
|
||||
|
||||
/src/config/app.php
|
||||
|
||||
/src/public/api/manifest.json
|
||||
/src/public/api/users.json
|
||||
/src/public/api/magnets.json
|
||||
/src/public/api/downloads.json
|
||||
/src/public/api/comments.json
|
||||
/src/public/api/stars.json
|
||||
/src/public/api/views.json
|
||||
|
||||
/composer.lock
|
||||
|
||||
*test*
|
||||
Loading…
Add table
Add a link
Reference in a new issue