diff options
author | crupest <crupest@outlook.com> | 2020-06-01 14:51:55 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-01 14:51:55 +0800 |
commit | 0d0a419dab2600e5e5e934a572e8200d53b11c0e (patch) | |
tree | d2da99c5ef5252d826b0e0c1f2d06f404e5923df /.dockerignore | |
parent | 0c33891dc58aba2648b093b6739c1897d088de1e (diff) | |
download | timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.tar.gz timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.tar.bz2 timeline-0d0a419dab2600e5e5e934a572e8200d53b11c0e.zip |
Update docker and CI.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..d0b276f2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,7 @@ +.git + +*/bin +*/obj +Timeline/publish +Timeline/ClientApp/dist +Timeline/ClientApp/node_modules |