forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.jshintignore
90 lines (90 loc) · 2.71 KB
/
.jshintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
apps/pdfjs/content/**
apps/pdfjs/test/**
apps/email/build/**
apps/email/built/**
apps/email/js/ext/**
apps/calendar/js/ext/**
apps/camera/js/vendor/**
apps/camera/test/**
apps/system/camera/**
build/r.js
build/csslinter.js
build/image-resolution.js
build/jsmin.js
build/post-manifest.js
build/push-to-device.js
build/test/integration/build.test.js
apps/communications/contacts/oauth2/js/parameters.js
apps/calendar/js/presets.js
apps/email/js/alameda.js
apps/email/js/tmpl_builder.js
apps/clock/js/alameda.js
apps/clock/js/text_builder.js
shared/js/opensearch.js
shared/js/utilities.js
shared/js/uuid.js
apps/keyboard/js/imes/jspinyin/libpinyin.js
apps/keyboard/js/imes/jszhuyin/lib/**
shared/js/setImmediate.js
shared/test/unit/test-agent-server.js
shared/elements/gaia-header/dist/script.js
shared/elements/gaia-icons/script.js
apps/sharedtest/test/unit/setImmediate_test.js
apps/wappush/js/ext/**
apps/keyboard/js/imes/jsavrophonetic/jsavrophonetic.js
apps/camera/js/vendor/alameda.js
apps/camera/js/config.js
apps/gallery/js/config.js
apps/gallery/js/frame_scripts.js
apps/gallery/js/metadata_scripts.js
apps/keyboard/js/layouts/**
apps/music/bower_components/**
apps/music/js/metadata_scripts.js
apps/keyboard/js/imes/jszhuyin/tools/cook.js
apps/keyboard/build/keyboard-config.js
apps/settings/js/vendor/alameda.js
apps/findmydevice/js/lib/*
apps/findmydevice/js/config.js
apps/system/js/uuid.js
apps/camera/bower_components/**
apps/bluetooth/js/settings.js
tests/browser_a_test_framework.js
tests/browser_all_apps.js
tests/browser_clock_stopwatch.js
tests/browser_clock_timer.js
tests/browser_desktop_notifications.js
tests/browser_dialer_call_from_contacts.js
tests/browser_dialer_contact_intent.js
tests/browser_dialer_contacts_edition.js
tests/browser_dialer_contacts_search.js
tests/browser_dialer_history.js
tests/browser_dialer_keypad_and_dial.js
tests/browser_dialer_phone_number_sanitizing.js
tests/browser_sms_conversation.js
tests/browser_sms_new.js
tests/head.js
tests/atoms/fake_update-checker.js
tests/atoms/gaia_apps.js
tests/atoms/gaia_data_layer.js
tests/atoms/gaia_lock_screen.js
tests/atoms/reflow.js
tests/atoms/remote_date.js
tests/atoms/screenshot.js
tests/js-marionette/helper.js
tests/js-marionette/reflow_helper.js
tests/performance/app.js
tests/performance/exec-sync.js
tests/performance/getappname.js
tests/performance/getappname_atom.js
tests/performance/manifests.js
tests/performance/meminfo.js
tests/performance/perf-utils.js
tests/performance/perf.js
tests/performance/performance_helper.js
tests/performance/performance_helper_atom.js
tests/performance/startup_events_test.js
tests/performance/startup_test.js
tests/reporters/basemozperf.js
tests/reporters/consolemozperf.js
tests/reporters/jsonmozperf.js
tests/reporters/jsonmoztest.js