Skip to content

Commit d786142

Browse files
committed
updated .gitignore
1 parent d90d0c0 commit d786142

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,29 +159,35 @@ hs_err_pid*
159159

160160
### JavaScript
161161
/venv/
162-
/js_npm/rest/ncs/build/
163162
/js_npm/evomaster-client-js/
163+
/js_npm/rest/ncs/build/
164+
/js_npm/rest/ncs/instrumented/
164165
/js_npm/rest/ncs/node_modules/
165166
/js_npm/rest/ncs/em/EvoMasterTest.js
166167
/js_npm/rest/ncs/coverage/
167168
/js_npm/rest/cyclotron/node_modules/
168169
/js_npm/rest/cyclotron/build/
170+
/js_npm/rest/cyclotron/instrumented/
169171
/js_npm/rest/cyclotron/em/EvoMasterTest.js
170172
/js_npm/rest/cyclotron/em/samples
171173
/js_npm/rest/cyclotron/coverage/
172174
/js_npm/rest/scs/node_modules/
173175
/js_npm/rest/scs/build/
176+
/js_npm/rest/scs/instrumented/
174177
/js_npm/rest/scs/em/EvoMasterTest.js
175178
/js_npm/rest/disease-sh-api/node_modules/
176179
/js_npm/rest/disease-sh-api/build/
180+
/js_npm/rest/disease-sh-api/instrumented/
177181
/js_npm/rest/disease-sh-api/EvoMasterTest.js
178182
/js_npm/rest/disease-sh-api/redis/
179183
/js_npm/rest/realworld-app/node_modules/
180184
/js_npm/rest/realworld-app/build/
185+
/js_npm/rest/realworld-app/instrumented/
181186
/js_npm/rest/realworld-app/dist/
182187
/js_npm/rest/realworld-app/instrumented/
183188
/js_npm/rest/spacex-api/node_modules/
184189
/js_npm/rest/spacex-api/build/
190+
/js_npm/rest/spacex-api/instrumented/
185191
/js_npm/graphql/react-finland/build/
186192
/js_npm/graphql/react-finland/.idea/
187193
/js_npm/graphql/react-finland/node_modules/

0 commit comments

Comments
 (0)