mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 18:50:31 +08:00
* Add webpack bundeling for client side libraries. Started with Sentry. * Fix docs, sentry version, and yarn update script. - Moved the documentation for installing libraries into `docs/contributing/frontend.rst` - Used the exact version of Sentry. - Removed Sentry from old `yarn-update` script * Remove sentry and browserify from scripts/yarn/package.json It is no longer needed here. * Remove unused License: BSD-3-Clause * Modify yarn-update.yml to update client/ packages * Trigger yarn update on client/* changes * Add standalone license file for Sentry The license header in the file gets overwritten by yarn build. * Update yarn.lock Co-authored-by: Michal Čihař <michal@cihar.com>
37 lines
467 B
Text
37 lines
467 B
Text
*.pyproj
|
|
*.pyc
|
|
*.sw[pon]
|
|
/.coverage*
|
|
/weblate/locale/*/*/*.mo
|
|
weblate-*.tar.*
|
|
/*.db
|
|
/weblate/settings.py
|
|
/reports/
|
|
/tags
|
|
/junit.xml
|
|
.idea/*
|
|
*.sublime-*
|
|
.vscode/*
|
|
/Weblate.egg-info/
|
|
/build/
|
|
/data/
|
|
/data-test/
|
|
/dist/
|
|
/.vs
|
|
/.venv
|
|
/.venv*
|
|
/venv
|
|
*.DS_Store
|
|
/weblate-env/
|
|
/test-images/
|
|
/cc-test-reporter
|
|
# Celery logs/pids
|
|
/weblate-*.log
|
|
/weblate-*.pid
|
|
/dev-docker/.env
|
|
/dev-docker/data/
|
|
/dev-docker/weblate-dev/requirements.txt
|
|
*~
|
|
/.dmypy.json
|
|
/fil-result/
|
|
*node_modules/
|