Commit b84f5e2
committed
#430 Add from existing code should ignore any filepaths that include
node_modules and bower_components by default
- Remove 'exclude node_modules' checkbox
- Exclude node_modules subdirectories
- Exclude bower_components subdirectories
close #495
=================================
Squashed commit of the following:
commit bfbd26df970628204b7863783598d2ce70ad2c4d
Merge: 141c6bf 0a61329
Author: Sara Itani <sitani@microsoft.com>
Date: Fri Feb 19 17:21:06 2016 -0800
Merge branch 'AlwaysExcludeNodeModules' of https://github.com/hoanhtien/nodejstools into hoanhtien-AlwaysExcludeNodeModules
commit 0a61329
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Fri Oct 16 14:14:14 2015 -0700
Brace on same line.
commit 1dd9930
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Fri Oct 16 14:11:30 2015 -0700
Add a test case for importing bower_components.
commit f0c29a1
Merge: d5729ab b801b60
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Fri Oct 16 13:58:40 2015 -0700
Merge remote-tracking branch 'microsoft/master' into AlwaysExcludeNodeModules
commit d5729ab
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Fri Oct 16 13:57:58 2015 -0700
Remove binding ExcludeNodeModules.
commit f5651fb
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Tue Sep 29 15:13:08 2015 -0700
Exclude bower_components folders.
commit 963b453
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Tue Sep 29 14:06:31 2015 -0700
Exlude node_modules subfolders.
commit 85ccff4
Author: Tien Nguyen <tihoanh@microsoft.com>
Date: Mon Sep 28 19:19:33 2015 -0700
Remove 'exclude node_modules' checkbox.1 parent 141c6bf commit b84f5e2
7 files changed
Lines changed: 31 additions & 55 deletions
File tree
- Nodejs
- Product/Nodejs
- Project/ImportWizard
- Tests
- Core
- TestData/HelloWorld6
- Baz
- bower_components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 55 | | |
63 | 56 | | |
Lines changed: 18 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
77 | | - | |
78 | 72 | | |
79 | 73 | | |
80 | 74 | | |
| |||
206 | 200 | | |
207 | 201 | | |
208 | 202 | | |
| 203 | + | |
209 | 204 | | |
210 | 205 | | |
211 | 206 | | |
212 | 207 | | |
213 | 208 | | |
214 | 209 | | |
215 | | - | |
| 210 | + | |
216 | 211 | | |
217 | 212 | | |
218 | | - | |
| 213 | + | |
219 | 214 | | |
220 | 215 | | |
221 | 216 | | |
| |||
247 | 242 | | |
248 | 243 | | |
249 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
250 | 254 | | |
251 | 255 | | |
252 | 256 | | |
| |||
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| 330 | + | |
| 331 | + | |
326 | 332 | | |
327 | | - | |
328 | | - | |
| 333 | + | |
329 | 334 | | |
| 335 | + | |
330 | 336 | | |
331 | 337 | | |
332 | 338 | | |
| |||
426 | 432 | | |
427 | 433 | | |
428 | 434 | | |
429 | | - | |
| 435 | + | |
430 | 436 | | |
431 | 437 | | |
432 | 438 | | |
| |||
442 | 448 | | |
443 | 449 | | |
444 | 450 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | 451 | | |
450 | 452 | | |
451 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | 172 | | |
193 | 173 | | |
194 | 174 | | |
195 | 175 | | |
196 | 176 | | |
197 | 177 | | |
198 | 178 | | |
199 | | - | |
200 | 179 | | |
201 | 180 | | |
202 | 181 | | |
| |||
215 | 194 | | |
216 | 195 | | |
217 | 196 | | |
218 | | - | |
219 | 197 | | |
220 | 198 | | |
221 | 199 | | |
| |||
240 | 218 | | |
241 | 219 | | |
242 | 220 | | |
243 | | - | |
244 | 221 | | |
245 | 222 | | |
246 | 223 | | |
| |||
250 | 227 | | |
251 | 228 | | |
252 | 229 | | |
253 | | - | |
254 | | - | |
| 230 | + | |
| 231 | + | |
255 | 232 | | |
256 | | - | |
| 233 | + | |
257 | 234 | | |
258 | 235 | | |
259 | | - | |
| 236 | + | |
260 | 237 | | |
261 | 238 | | |
262 | | - | |
263 | 239 | | |
264 | 240 | | |
265 | 241 | | |
| |||
268 | 244 | | |
269 | 245 | | |
270 | 246 | | |
271 | | - | |
| 247 | + | |
272 | 248 | | |
273 | 249 | | |
274 | 250 | | |
| |||
279 | 255 | | |
280 | 256 | | |
281 | 257 | | |
282 | | - | |
283 | 258 | | |
284 | 259 | | |
285 | 260 | | |
| |||
292 | 267 | | |
293 | 268 | | |
294 | 269 | | |
295 | | - | |
296 | 270 | | |
297 | 271 | | |
298 | 272 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments