mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
4bee104b62
* Improve PWA capabilities
* Invert background_color theme logic
* Revert build changes
* Revert "Revert build changes"
This reverts commit 1ab640fda1
.
* update
* revert svelte component changes
22 lines
359 B
Text
22 lines
359 B
Text
# Ignore everything
|
|
*
|
|
|
|
# Include files required for build or at runtime
|
|
!/bookmarks
|
|
!/siteroot
|
|
|
|
!/background-tasks-wrapper.sh
|
|
!/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
|