From b483e1643fb2e3139cd4bac24b89623e63928f3e Mon Sep 17 00:00:00 2001 From: Kikimanox Date: Tue, 18 Oct 2022 16:38:58 +0200 Subject: [PATCH] Update gitignore and added todo to README.md --- .gitignore | 4 +++- README.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd560ef..452acc5 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,6 @@ mnt/ gen/ swagger_server/requets_db/dbs/* -.env \ No newline at end of file +.env + +classla/classla_resources \ No newline at end of file diff --git a/README.md b/README.md index 857c30a..ef97666 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Swagger generated server +## Todo + +Update this to match the current run methods. Also explain that classla/classla_resources needs to be manually added + ## Overview This server was generated by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project. By using the [OpenAPI-Spec](https://github.com/swagger-api/swagger-core/wiki) from a remote server, you can easily generate a server stub. This