From c9ee1ccc661386a1627c52022e03443c4b14e931 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sat, 6 Jun 2020 15:57:15 +0900 Subject: [PATCH] use symlink for web config rather than a separate file --- .gitignore | 5 +---- src/config.json | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) create mode 120000 src/config.json diff --git a/.gitignore b/.gitignore index 9bccd32fb8..36b843f022 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -# config -config.json - # npm dist web @@ -10,5 +7,5 @@ node_modules .idea .vscode -#log +# log yarn-error.log diff --git a/src/config.json b/src/config.json new file mode 120000 index 0000000000..f1bd2db71e --- /dev/null +++ b/src/config.json @@ -0,0 +1 @@ +config.template.json \ No newline at end of file