File tree Expand file tree Collapse file tree 1 file changed +38
-31
lines changed Expand file tree Collapse file tree 1 file changed +38
-31
lines changed Original file line number Diff line number Diff line change 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
99node_modules /
1010dist /
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
2526local.log
2627test.log
27- .npmrc
28- .DS_Store
29-
30- logfile
31-
3228selenium-debug.log
33- tests_output /
29+ npm-debug.log
30+ newrelic_agent.log
31+ logfile
3432
35- README.md
33+ # Running locally
3634Tiltfile
3735tilt
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 /
4644operator-sdk
47- __pycache__
4845opm
4946.operator_version
47+ snyk-monitor-operator-source.yaml
5048snyk-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
You can’t perform that action at this time.
0 commit comments