Skip to content

Commit 1671298

Browse files
authored
Merge pull request #763 from snyk/chore/tidy_up_docker_image
[RUN-1515] Tidy up docker image
2 parents 000b0d4 + 08ce126 commit 1671298

File tree

1 file changed

+38
-31
lines changed

1 file changed

+38
-31
lines changed

.dockerignore

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,57 @@
1-
.github
2-
.nyc_output
3-
.dockerignore
41
.git*
5-
Dockerfile
6-
node_modules
2+
.DS_Store
3+
.idea/
4+
.vscode/
75

8-
config.local.json
6+
.circleci/
7+
.dockerignore
8+
Dockerfile
99
node_modules/
1010
dist/
11-
coverage/
12-
.nyc_output/
13-
.idea/
14-
.circleci/
15-
npm-debug.log
16-
newrelic_agent.log
17-
18-
test/screenshots/test
19-
test/screenshots/reference
20-
test/screenshots/compare.json
11+
config.local.json
12+
scripts/
13+
README.md
14+
CONTRIBUTING.md
2115

22-
public/style/build/*
23-
public/js/build/*
16+
# Testing
17+
test/
18+
coverage/
19+
tap
20+
jest.config.js
21+
tests_output
22+
.nyc_output
23+
__pycache__
2424

25+
# Logs
2526
local.log
2627
test.log
27-
.npmrc
28-
.DS_Store
29-
30-
logfile
31-
3228
selenium-debug.log
33-
tests_output/
29+
npm-debug.log
30+
newrelic_agent.log
31+
logfile
3432

35-
README.md
33+
# Running locally
3634
Tiltfile
3735
tilt
38-
scripts
39-
tap
40-
snyk-monitor
41-
snyk-operator
36+
37+
# Installation files
38+
snyk-monitor/
4239
*-deployment.yaml
4340
*-permissions.yaml
4441

45-
snyk-monitor-operator-source.yaml
42+
# Openshift
43+
snyk-operator/
4644
operator-sdk
47-
__pycache__
4845
opm
4946
.operator_version
47+
snyk-monitor-operator-source.yaml
5048
snyk-monitor-catalog-source.yaml
49+
50+
# Linting and formatting
51+
.eslintrc.json
52+
.prettierignore
53+
.prettierrc.json
54+
55+
# Version control
56+
.tool-versions
57+
.nvmrc

0 commit comments

Comments
 (0)