From c0b50642e058f0f71b7bb6d2cf4e44eca16ee490 Mon Sep 17 00:00:00 2001 From: pycook Date: Wed, 28 Aug 2019 20:45:59 +0800 Subject: [PATCH] update README --- .gitignore | 34 ++++++++++++++-------------------- README.md | 2 +- 2 files changed, 15 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index e07e230..a2c0d27 100755 --- a/.gitignore +++ b/.gitignore @@ -62,34 +62,28 @@ env/ # Configuration -api/settings.py -tests/settings.py +settings.py # Development database *.db # UI -ui/.DS_Store -ui/node_modules -ui/dist +node_modules +dist # local env files -ui/.env.local -ui/.env.*.local +.env.local +.env.*.local # Log files -ui/npm-debug.log* -ui/yarn-debug.log* -ui/yarn-error.log* -ui/yarn.lock +npm-debug.log* +yarn-debug.log* +yarn-error.log* +yarn.lock # Editor directories and files -ui/.idea -ui/.vscode -ui/*.suo -ui/*.ntvs* -ui/*.njsproj -ui/*.sln -ui/*.sw* - - +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw* diff --git a/README.md b/README.md index 61a4dbb..c70dd52 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ -- 在线预览: [CMDB](url "http://39.100.252.148:8000") +- 在线预览: [CMDB]("http://39.100.252.148:8000") - username: admin - password: admin