From 7fc94a075164fbe327fbe5b663f918bab8766315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=AC=E9=9B=A8?= <389625819@qq.com> Date: Wed, 1 Apr 2020 11:41:56 +0800 Subject: [PATCH] no message --- .env | 1 + .gitignore | 4 +--- vendor/.gitignore | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .env create mode 100644 vendor/.gitignore diff --git a/.env b/.env new file mode 100644 index 0000000..c27f74c --- /dev/null +++ b/.env @@ -0,0 +1 @@ +APP_DEBUG = true [APP] DEFAULT_TIMEZONE = Asia/Shanghai [DATABASE] TYPE = mysql HOSTNAME = 127.0.0.1 DATABASE = test USERNAME = username PASSWORD = password HOSTPORT = 3306 CHARSET = utf8 DEBUG = true [LANG] default_lang = zh-cn \ No newline at end of file diff --git a/.gitignore b/.gitignore index d465120..dfaf59a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ /.idea /.vscode -/vendor -*.log -.env \ No newline at end of file +*.log \ No newline at end of file diff --git a/vendor/.gitignore b/vendor/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/vendor/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file