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

43 lines
528 B

4 years ago
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/out-tsc
/tmp
4 years ago
# dependencies
/node_modules
npm-debug.log
4 years ago
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
# misc
/.angular/cache
.env
.env.prod
.nx/cache
.nx/workspace-data
4 years ago
/.sass-cache
/connect.lock
/coverage
/dist
/libpeerconnection.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db