Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/blame/commit/c2805f82e8632049da0fe662220277bda9216ba9/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
sherlock/.gitignore

48 lines
519 B

10 months ago
# Virtual Environments
venv/
bin/
lib/
pyvenv.cfg
10 months ago
poetry.lock
9 months ago
# Regression Testing
.coverage
.tox/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
10 months ago
# Devel, Build, and Installation
11 months ago
*.egg-info/
10 months ago
dist/**
11 months ago
# Jupyter Notebook
.ipynb_checkpoints
6 years ago
*.ipynb
# Output files, except requirements.txt
6 years ago
*.txt
!requirements.txt
6 years ago
# Comma-Separated Values (CSV) Reports
*.csv
#XLSX Reports
*.xlsx
# Excluded sites list
tests/.excluded_sites
# MacOS Folder Metadata File
.DS_Store
5 years ago
# Vim swap files
*.swp