Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/f808ad844143c20f4ca30b99d976c24c820897e2?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update .gitignore

pull/2/head
probonopd 4 years ago committed by GitHub
parent c51233252e
commit f808ad8441
  1. 8
      .gitignore

8
.gitignore vendored

@ -29,4 +29,10 @@
# Executables
*.exe
*.out
*.app
*.app
# Toolchain
gcc-*
# Build artefacts
kernel*
Loading…
Cancel
Save