1
0
Fork 0
forked from fun/fun

Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-10 22:36:29 +02:00
commit 71576be449
71 changed files with 3354 additions and 1 deletions

8
.gitignore vendored
View file

@ -3,8 +3,11 @@ CMakeCache.txt
!.editorconfig
!.gitignore
!.github
!.gitkeep
.venv
build*
build/*
build_debug/*
build_release/*
cmake_install.cmake
database.sqlite
demo_*
@ -18,3 +21,6 @@ src/rust/Cargo.lock
src/rust/target
*.swp
tmp*
web/_cache/*
web/_site/*
web/Gemfile.lock