9c67bfd8a8
* Updated gitignore to disregard some .env files
.env.docker and .env.local. Primarily used for switching between local and docker development
* Changed PATCH /api/v2/song/queue/{id} endpoint
Modified the response body. Will just return a list of song queue id
* Adding some helpful info for the response body
* Tidying up and making some changes
* Code formatting
10 lines
77 B
Plaintext
10 lines
77 B
Plaintext
# Added by cargo
|
|
|
|
/target
|
|
.env
|
|
.env.docker
|
|
.env.local
|
|
|
|
.DS_STORE
|
|
Storage/
|