Skip to content

Commit

Permalink
Merge pull request #11 from MoveCloudROY/dev_roy1994
Browse files Browse the repository at this point in the history
modify .gitignore
  • Loading branch information
MoveCloudROY authored May 27, 2023
2 parents 5383aa3 + 87befa2 commit e136e5b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
/.cache
/.vscode
/.idea
/assets
/assets/library
/assets/material
/assets/seperate_models
/assets/*.json
!/assets/config.json
/build
/bin/*
/bin/*
27 changes: 27 additions & 0 deletions assets/config.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit e136e5b

Please sign in to comment.