Fix oopsie, gitignore cache

This commit is contained in:
2025-08-14 18:59:58 +02:00
parent f732582d0d
commit 59b071d8be
2 changed files with 4 additions and 3 deletions

5
.gitignore vendored
View File

@@ -1,6 +1,7 @@
/result
/config.php
*.sqlite
/cache
/config.php
/result
/test.sql
/vendor/
/www/simplesaml

View File

@@ -35,7 +35,7 @@ pkgs.mkShellNoCC {
cp dist/config.local.php config.php
ln -s ../vendor/simplesamlphp/simplesamlphp/public/ www/simplesaml
popd "$PROJECT_ROOT"
popd
fi
'';
}