Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/mirrors/dick/src/commit/e6bbdb20b5063afad362d1df53de77113c20664e/.gitignore
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
lib-cov
|
|
*.seed
|
|
*.log
|
|
*.csv
|
|
*.dat
|
|
*.out
|
|
*.pid
|
|
*.gz
|
|
*.swp
|
|
assets/
|
|
|
|
pids
|
|
logs
|
|
results
|
|
tmp
|
|
|
|
# Constants
|
|
src/constants.ts
|
|
|
|
# Dependency directory
|
|
node_modules
|
|
|
|
# OS metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore built files
|
|
dist/**/*
|
|
|
|
package-lock.json
|
|
yarn.lock |