aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-02 15:41:51 +0800
committercrupest <crupest@outlook.com>2020-06-02 15:41:51 +0800
commit06a824d96baf3aa215153a25bdbd8224abfe1c6e (patch)
tree886b0bbdb8fc32e08bbd7b3c92da4283c59d9482
parent459021ab54eacbf69a682eea2cbf9c848af2839d (diff)
parentbe0cb4d3653d76b9b4a3e1e11eaddd3482e4f674 (diff)
downloadtimeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.tar.gz
timeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.tar.bz2
timeline-06a824d96baf3aa215153a25bdbd8224abfe1c6e.zip
Merge branch 'dev' of https://github.com/crupest/Timeline into dev
-rw-r--r--.dockerignore5
-rw-r--r--Timeline/ClientApp/package.json1
2 files changed, 6 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
index d0b276f2..ea6782cb 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -3,5 +3,10 @@
*/bin
*/obj
Timeline/publish
+
Timeline/ClientApp/dist
Timeline/ClientApp/node_modules
+Timeline/ClientApp/.yarn/*
+!Timeline/ClientApp/.yarn/releases
+!Timeline/ClientApp/.yarn/plugins
+Timeline/ClientApp/.pnp.*
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json
index 7742fb87..a84267e8 100644
--- a/Timeline/ClientApp/package.json
+++ b/Timeline/ClientApp/package.json
@@ -63,6 +63,7 @@
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/reactstrap": "^8.4.2",
+ "@types/webpack-env": "^1.15.2",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",