2017-06-23 21:00:42 +00:00
|
|
|
### OSX ###
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
### SublimeText ###
|
|
|
|
# cache files for sublime text
|
|
|
|
*.tmlanguage.cache
|
|
|
|
*.tmPreferences.cache
|
|
|
|
*.stTheme.cache
|
|
|
|
|
|
|
|
# workspace files are user-specific
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
|
|
# proportion of contributors will probably not be using SublimeText
|
|
|
|
# *.sublime-project
|
|
|
|
|
|
|
|
# sftp configuration file
|
|
|
|
sftp-config.json
|
|
|
|
|
|
|
|
# Basics
|
|
|
|
*.py[cod]
|
|
|
|
__pycache__
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
*.log
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
htmlcov
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Pycharm
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Vim
|
|
|
|
|
|
|
|
*~
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
|
|
|
|
# npm
|
|
|
|
front/node_modules/
|
|
|
|
|
|
|
|
# Compass
|
|
|
|
.sass-cache
|
|
|
|
|
|
|
|
# virtual environments
|
|
|
|
.env
|
|
|
|
|
|
|
|
# User-uploaded media
|
|
|
|
api/funkwhale_api/media/
|
|
|
|
|
|
|
|
# Hitch directory
|
|
|
|
tests/.hitch
|
|
|
|
|
|
|
|
# MailHog binary
|
|
|
|
mailhog
|
|
|
|
|
|
|
|
*.sqlite3
|
|
|
|
|
|
|
|
# Api
|
2017-06-25 21:33:19 +00:00
|
|
|
demo/music
|
2017-06-23 21:00:42 +00:00
|
|
|
api/music
|
|
|
|
api/media
|
|
|
|
api/staticfiles
|
|
|
|
api/static
|
2018-02-18 21:05:09 +00:00
|
|
|
api/.pytest_cache
|
2018-08-19 14:22:14 +00:00
|
|
|
api/celerybeat-*
|
2017-06-23 21:00:42 +00:00
|
|
|
# Front
|
2018-08-11 14:21:14 +00:00
|
|
|
oldfront/node_modules/
|
2018-04-09 18:26:31 +00:00
|
|
|
front/static/translations
|
2017-06-23 21:00:42 +00:00
|
|
|
front/node_modules/
|
|
|
|
front/dist/
|
|
|
|
front/npm-debug.log*
|
|
|
|
front/yarn-debug.log*
|
|
|
|
front/yarn-error.log*
|
2018-08-11 15:58:51 +00:00
|
|
|
front/tests/unit/coverage
|
|
|
|
front/tests/e2e/reports
|
2017-06-23 21:00:42 +00:00
|
|
|
front/selenium-debug.log
|
2017-06-25 17:05:31 +00:00
|
|
|
docs/_build
|
2018-03-06 19:26:51 +00:00
|
|
|
|
|
|
|
data/
|
2018-03-29 17:55:24 +00:00
|
|
|
.env
|
2018-04-16 20:54:36 +00:00
|
|
|
|
|
|
|
po/*.po
|
2018-04-26 16:12:08 +00:00
|
|
|
docs/swagger
|
2018-06-17 10:59:08 +00:00
|
|
|
_build
|
2018-06-30 09:12:46 +00:00
|
|
|
front/src/translations.json
|
2018-12-19 20:45:12 +00:00
|
|
|
front/src/translations/*.json
|
2018-07-01 17:34:49 +00:00
|
|
|
front/locales/en_US/LC_MESSAGES/app.po
|
2018-12-04 14:13:37 +00:00
|
|
|
*.prof
|