2023-11-05 13:18:26 +00:00
|
|
|
# Ignore everything
|
|
|
|
*
|
2019-07-04 23:26:52 +00:00
|
|
|
|
2023-11-05 13:18:26 +00:00
|
|
|
# Include files required for build or at runtime
|
|
|
|
!/bookmarks
|
|
|
|
!/siteroot
|
2021-03-13 10:24:44 +00:00
|
|
|
|
2023-11-05 13:18:26 +00:00
|
|
|
!/bootstrap.sh
|
|
|
|
!/LICENSE.txt
|
|
|
|
!/manage.py
|
|
|
|
!/package.json
|
|
|
|
!/package-lock.json
|
2024-09-13 21:19:47 +00:00
|
|
|
!/postcss.config.js
|
2024-01-28 21:50:51 +00:00
|
|
|
!/requirements.dev.txt
|
2023-11-05 13:18:26 +00:00
|
|
|
!/requirements.txt
|
2024-03-16 14:57:23 +00:00
|
|
|
!/rollup.config.mjs
|
2023-11-05 13:18:26 +00:00
|
|
|
!/supervisord.conf
|
|
|
|
!/uwsgi.ini
|
|
|
|
!/version.txt
|
2019-07-04 23:26:52 +00:00
|
|
|
|
2023-11-05 13:18:26 +00:00
|
|
|
# Remove dev settings
|
2019-07-04 23:26:52 +00:00
|
|
|
/siteroot/settings/dev.py
|