mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
87020de917
* use alpine as base image * try fix missing mime types * Extract separate Dockerfile * Restore playwright dev dependency * Add info to README.md
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.prod.txt
|
|
!/requirements.txt
|
|
!/rollup.config.js
|
|
!/supervisord.conf
|
|
!/uwsgi.ini
|
|
!/version.txt
|
|
|
|
# Remove dev settings
|
|
/siteroot/settings/dev.py
|