Skip to content

Commit

Permalink
Merge pull request #14 from adamjakab/devel
Browse files Browse the repository at this point in the history
ready for v1.1.1
  • Loading branch information
adamjakab authored Mar 18, 2020
2 parents b2652bc + 6abadf9 commit 97c2de5
Show file tree
Hide file tree
Showing 45 changed files with 1,569 additions and 1,463 deletions.
3 changes: 0 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[report]
omit =
*/pyshared/*
*/python?.?/*
*/site-packages/nose/*
*/test/*
beetsplug/__init__.py
exclude_lines =
Expand Down
69 changes: 8 additions & 61 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# Created by .ignore support plugin (hsz.mobi)
## JetBrains
.idea/

# Project
## OS specific
.DS_Store

## Project
coverage/
BEETSDIR/*
!BEETSDIR/config.yaml
BEETSDIR/

### Python template
# Byte-compiled / optimized / DLL files
## Python specific
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
Expand All @@ -36,8 +31,6 @@ share/python-wheels/
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

Expand All @@ -54,9 +47,6 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
Expand Down Expand Up @@ -92,23 +82,6 @@ ipython_config.py
# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
Expand Down Expand Up @@ -136,30 +109,4 @@ dmypy.json
# Pyre type checker
.pyre/

### JetBrains template
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# mpeltonen/sbt-idea plugin
.idea_modules/

# Cursive Clojure plugin
.idea/replstate.xml


2 changes: 0 additions & 2 deletions .idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/BeetsPluginGoingRunning.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/copyright/JACK.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/dataSources.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/other.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/rSettings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/terminal.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

84 changes: 0 additions & 84 deletions BEETSDIR/config.yaml

This file was deleted.

Loading

0 comments on commit 97c2de5

Please sign in to comment.