commit ac44c37796ebebc5cc2b14be5a8f21a08b33b19b parent 436cb26281397ba20f13cda9825794e08a72a18d Author: Yannick Rehberger <yr@ityreh.de> Date: Thu, 30 Apr 2026 19:28:20 +0200 do not ignore openapi output Diffstat:
| M | .gitignore | | | 1 | - |
| R | swagger.json -> doc/swagger.json | | | 0 |
2 files changed, 0 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,2 @@ .gitignore **/validation_code -doc/swagger.json diff --git a/swagger.json b/doc/swagger.json