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/2c38b607b01b0d151b3ca67c9d6c7d3955cff787/.gitignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
sherlock/.gitignore

36 lines
393 B

# Virtual Environment
venv/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
# 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