Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore missing playlist in webapp #623 #635

Merged
merged 1 commit into from
Nov 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# these files are created automatically or on individua purpose of the user. they shall not be push to the repository
# These files are created automatically or on individual purpose of the user. They shall not be push to the repository
settings/Audio_Folders_Path
settings/Audio_Volume_Change_Step
settings/Audio_iFace_Name
Expand Down Expand Up @@ -32,3 +32,17 @@ __pycache__/
*.*~
*.pyc
*.idea


# Created by https://www.gitignore.io/api/composer
# Edit at https://www.gitignore.io/?templates=composer

### Composer ###
composer.phar
/vendor/

# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock

# End of https://www.gitignore.io/api/composer
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "^8",
"php-mock/php-mock-phpunit": "^2.5"
}
}
Loading