From 87befa2cd431a7ba098d53c59548566992675ee1 Mon Sep 17 00:00:00 2001 From: roy1994 Date: Sat, 27 May 2023 23:42:04 +0800 Subject: [PATCH] modify .gitignore --- .gitignore | 5 ++++- assets/config.json | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 assets/config.json diff --git a/.gitignore b/.gitignore index 1191691..e7d4baf 100644 --- a/.gitignore +++ b/.gitignore @@ -35,7 +35,10 @@ /.cache /.vscode /.idea -/assets +/assets/library +/assets/material +/assets/seperate_models +/assets/*.json !/assets/config.json /build /bin/* diff --git a/assets/config.json b/assets/config.json new file mode 100644 index 0000000..5b413b7 --- /dev/null +++ b/assets/config.json @@ -0,0 +1,27 @@ +{ + "listeners": [ + { + "address": "0.0.0.0", + "port": 7777, + "https": false + } + ], + "threads_num": 4, + "document_root": "/home/roy1994/Code/Project/OurSearchEngine/assets/material", + "file_types": [ + "gif", + "png", + "jpg", + "js", + "css", + "html", + "ico", + "swf", + "xap", + "apk", + "cur", + "xml", + "htm", + "txt" + ] +} \ No newline at end of file