Skip to content

Commit 9c37388

Browse files
author
arthosofteq
authored
Merge pull request #2276 from RedisInsight/dockerignore-improvements
improve .dockerignore
2 parents 3fa55b4 + 0258320 commit 9c37388

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.dockerignore

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
.circleci
55
.docker
66

7-
coverage
8-
dll
97
**/node_modules
108
release
119

12-
redisinsight/dist
13-
redisinsight/node_modules
14-
redisinsight/main.prod.js
15-
16-
redisinsight/api/.nyc_output
17-
redisinsight/api/coverage
18-
redisinsight/api/dist
19-
redisinsight/api/node_modules
10+
**/dist
11+
**/coverage
12+
**/dll
13+
**/.issues
14+
**/.parcel-cache
15+
**/.temp_cache
16+
**/.nyc_output
2017

21-
redisinsight/ui/dist
18+
redisinsight/main.prod.js

0 commit comments

Comments
 (0)