linkding/.dockerignore

23 lines
359 B
Text
Raw Normal View History

# Ignore everything
*
2019-07-04 23:26:52 +00:00
# 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
2019-07-04 23:26:52 +00:00
# Remove dev settings
2019-07-04 23:26:52 +00:00
/siteroot/settings/dev.py