Skip to content

Commit

Permalink
docker 构建忽略 dist 开头的文件夹防止构建过慢
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyuanxiaoyao committed Jan 18, 2021
1 parent 6f5cd07 commit 4f1a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist*
dist_*

0 comments on commit 4f1a986

Please sign in to comment.