mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
a6f35119cd
* Replace django-background-tasks with huey * Add command for migrating tasks * Add custom admin view * fix dockerfile * fix tests * fix tests in CI * fix task tests * implement retries * improve config * workaround to avoid running singlefile tasks in parallel * properly kill single-file sub-processes * use period task for HTML snapshots * clear task lock when starting task consumer * remove obsolete cleanup task command
21 lines
329 B
Text
21 lines
329 B
Text
# Ignore everything
|
|
*
|
|
|
|
# Include files required for build or at runtime
|
|
!/bookmarks
|
|
!/siteroot
|
|
|
|
!/bootstrap.sh
|
|
!/LICENSE.txt
|
|
!/manage.py
|
|
!/package.json
|
|
!/package-lock.json
|
|
!/requirements.dev.txt
|
|
!/requirements.txt
|
|
!/rollup.config.mjs
|
|
!/supervisord.conf
|
|
!/uwsgi.ini
|
|
!/version.txt
|
|
|
|
# Remove dev settings
|
|
/siteroot/settings/dev.py
|