Skip to content

Commit

Permalink
chore: cleanup unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0129 committed Aug 8, 2021
1 parent 249e081 commit b3ff9c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ npm-debug.log
*.out
*.pid
logs
.DS_Store
.DS_Store
dist
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ node_modules
*.log
logs
.env
.DS_Store
.DS_Store
.idea
dist
config/config.json
8 changes: 8 additions & 0 deletions config/example.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"isRandomIdentityEnabled": true,
"isAnonymousAccessEnabled": true,
"alert": "",
"whitelist": [
],
"isWhitelistEnabled": true
}

0 comments on commit b3ff9c8

Please sign in to comment.