2015-11-27 17:39:59 +00:00
|
|
|
# Always ignore node_modules.
|
|
|
|
**/node_modules/**/*.*
|
|
|
|
|
2017-10-19 08:55:40 +00:00
|
|
|
# Always ignore crashtests - specially crafted files that originally caused a
|
|
|
|
# crash.
|
|
|
|
**/crashtests/**
|
2017-11-28 22:57:08 +00:00
|
|
|
# Also ignore reftest - specially crafted to produce expected output.
|
|
|
|
**/reftest/**
|
2018-09-13 07:59:47 +00:00
|
|
|
**/reftests/**
|
2017-10-19 08:55:40 +00:00
|
|
|
|
2015-11-27 17:39:59 +00:00
|
|
|
# Exclude expected objdirs.
|
|
|
|
obj*/**
|
|
|
|
|
|
|
|
# We ignore all these directories by default, until we get them enabled.
|
|
|
|
# If you are enabling a directory, please add directory specific exclusions
|
2017-01-16 17:51:00 +00:00
|
|
|
# below.
|
2017-07-07 10:00:25 +00:00
|
|
|
extensions/cookie/**
|
|
|
|
extensions/spellcheck/**
|
|
|
|
extensions/universalchardet/**
|
2015-11-27 17:39:59 +00:00
|
|
|
image/**
|
|
|
|
layout/**
|
2017-11-28 22:57:08 +00:00
|
|
|
netwerk/cookie/test/browser/**
|
|
|
|
netwerk/test/browser/**
|
|
|
|
netwerk/test/mochitests/**
|
|
|
|
netwerk/test/unit*/**
|
2016-12-22 10:53:51 +00:00
|
|
|
tools/update-packaging/**
|
2018-12-11 13:15:16 +00:00
|
|
|
xpfe/**
|
2015-11-27 17:39:59 +00:00
|
|
|
|
2017-07-06 14:31:07 +00:00
|
|
|
# We currently have no js files in these directories, so we ignore them by
|
|
|
|
# default to aid ESLint's performance.
|
|
|
|
build/**
|
2017-09-28 13:55:03 +00:00
|
|
|
config/**
|
2017-07-06 14:31:07 +00:00
|
|
|
db/**
|
2017-10-19 08:55:40 +00:00
|
|
|
embedding/**
|
2017-07-06 14:31:07 +00:00
|
|
|
gradle/**
|
|
|
|
hal/**
|
|
|
|
mfbt/**
|
|
|
|
mozglue/**
|
|
|
|
nsprpub/**
|
|
|
|
other-licenses/**
|
|
|
|
startupcache/**
|
2015-12-03 17:14:07 +00:00
|
|
|
|
2017-10-19 08:55:40 +00:00
|
|
|
# These directories only contain crashtests, but we still skip the whole
|
|
|
|
# directory to aid performance.
|
|
|
|
view/**
|
|
|
|
|
2015-11-27 17:39:59 +00:00
|
|
|
# browser/ exclusions
|
|
|
|
browser/app/**
|
2016-10-25 15:35:05 +00:00
|
|
|
browser/branding/**/firefox-branding.js
|
2017-05-08 09:29:47 +00:00
|
|
|
# Gzipped test file.
|
|
|
|
browser/base/content/test/general/gZipOfflineChild.html
|
2016-08-31 16:53:24 +00:00
|
|
|
browser/base/content/test/urlbar/file_blank_but_not_blank.html
|
2016-10-27 21:18:50 +00:00
|
|
|
# Test files that are really json not js, and don't need to be linted.
|
|
|
|
browser/components/sessionstore/test/unit/data/sessionstore_valid.js
|
|
|
|
browser/components/sessionstore/test/unit/data/sessionstore_invalid.js
|
2018-01-22 19:01:48 +00:00
|
|
|
# This file is split into two in order to keep it as a valid json file
|
|
|
|
# for documentation purposes (policies.json) but to be accessed by the
|
|
|
|
# code as a .jsm (schema.jsm)
|
|
|
|
browser/components/enterprisepolicies/schemas/schema.jsm
|
2017-03-03 09:29:14 +00:00
|
|
|
# generated & special files in cld2
|
|
|
|
browser/components/translation/cld2/**
|
2018-08-20 11:50:27 +00:00
|
|
|
# Screenshots is imported as a system add-on and has
|
2017-05-31 15:40:52 +00:00
|
|
|
# their own lint rules currently.
|
2017-03-10 12:34:54 +00:00
|
|
|
browser/extensions/screenshots/**
|
2017-01-23 20:32:49 +00:00
|
|
|
browser/extensions/pdfjs/content/build**
|
|
|
|
browser/extensions/pdfjs/content/web**
|
2016-09-20 23:06:37 +00:00
|
|
|
# generated or library files in pocket
|
2018-10-12 19:38:10 +00:00
|
|
|
browser/components/pocket/content/panels/js/tmpl.js
|
|
|
|
browser/components/pocket/content/panels/js/vendor/**
|
2018-06-06 17:32:43 +00:00
|
|
|
# Activity Stream has incompatible eslintrc. `npm run lint` from its directory
|
2018-07-26 20:24:06 +00:00
|
|
|
browser/components/newtab/**
|
2017-07-06 14:31:07 +00:00
|
|
|
# The only file in browser/locales/ is pre-processed.
|
|
|
|
browser/locales/**
|
2016-12-19 22:02:59 +00:00
|
|
|
# imported from chromium
|
|
|
|
browser/extensions/mortar/**
|
2017-06-28 23:01:25 +00:00
|
|
|
# Generated data files
|
|
|
|
browser/extensions/formautofill/phonenumberutils/PhoneNumberMetaData.jsm
|
2017-05-10 20:07:06 +00:00
|
|
|
|
2015-11-27 17:39:59 +00:00
|
|
|
# devtools/ exclusions
|
2017-02-25 22:54:25 +00:00
|
|
|
devtools/client/inspector/markup/test/doc_markup_events_*.html
|
|
|
|
devtools/client/inspector/rules/test/doc_media_queries.html
|
|
|
|
devtools/client/performance/components/test/test_jit_optimizations_01.html
|
|
|
|
devtools/client/responsive.html/test/browser/touch.html
|
2018-10-24 01:39:19 +00:00
|
|
|
devtools/client/shared/test/*.html
|
|
|
|
devtools/client/shared/test/code_*.js
|
2017-02-25 22:54:25 +00:00
|
|
|
devtools/client/shared/components/test/mochitest/*.html
|
|
|
|
!devtools/client/shared/components/test/mochitest/test_stack-trace.html
|
|
|
|
devtools/client/storage/test/*.html
|
|
|
|
!devtools/client/storage/test/storage-cookies.html
|
|
|
|
!devtools/client/storage/test/storage-overflow.html
|
|
|
|
!devtools/client/storage/test/storage-search.html
|
|
|
|
!devtools/client/storage/test/storage-unsecured-iframe.html
|
|
|
|
!devtools/client/storage/test/storage-unsecured-iframe-usercontextid.html
|
|
|
|
devtools/server/tests/browser/storage-*.html
|
|
|
|
!devtools/server/tests/browser/storage-unsecured-iframe.html
|
|
|
|
devtools/server/tests/browser/stylesheets-nested-iframes.html
|
2017-09-27 10:38:23 +00:00
|
|
|
devtools/client/shared/webpack/shims/test/test_clipboard.html
|
2017-02-25 22:54:25 +00:00
|
|
|
devtools/shared/qrcode/tests/mochitest/test_decode.html
|
|
|
|
devtools/shared/tests/mochitest/*.html
|
|
|
|
devtools/shared/webconsole/test/test_*.html
|
2019-01-15 22:26:20 +00:00
|
|
|
devtools/client/webreplay/mochitest/examples/*.html
|
2016-01-21 12:19:58 +00:00
|
|
|
|
2018-04-04 22:24:04 +00:00
|
|
|
# Soon to be removed, the new/ directory is explicitly excluded below due to
|
|
|
|
# also being an imported repository.
|
|
|
|
devtools/client/debugger/**
|
|
|
|
|
|
|
|
# Ignore devtools imported repositories
|
|
|
|
devtools/client/debugger/new/**
|
2018-04-09 10:14:01 +00:00
|
|
|
devtools/client/shared/components/reps/**
|
2018-04-04 22:24:04 +00:00
|
|
|
|
2017-07-21 10:27:35 +00:00
|
|
|
# Ignore devtools preferences files
|
2016-01-21 12:19:58 +00:00
|
|
|
devtools/client/preferences/**
|
2018-04-11 15:10:35 +00:00
|
|
|
devtools/client/webide/preferences/**
|
2018-04-06 10:22:53 +00:00
|
|
|
devtools/shared/preferences/**
|
2018-04-06 10:10:10 +00:00
|
|
|
devtools/startup/preferences/devtools-startup.js
|
2015-11-27 17:39:59 +00:00
|
|
|
|
2018-08-28 15:23:33 +00:00
|
|
|
# Ignore devtools generated code
|
|
|
|
devtools/shared/css/generated/properties-db.js
|
2018-09-25 14:16:52 +00:00
|
|
|
devtools/client/webconsole/test/fixtures/stubs/*.js
|
|
|
|
!devtools/client/webconsole/test/fixtures/stubs/index.js
|
2018-08-28 15:23:33 +00:00
|
|
|
|
2016-01-21 12:19:58 +00:00
|
|
|
# Ignore devtools third-party libs
|
2015-11-27 17:39:59 +00:00
|
|
|
devtools/shared/jsbeautify/*
|
|
|
|
devtools/shared/acorn/*
|
2016-08-25 15:51:42 +00:00
|
|
|
devtools/shared/node-properties/*
|
2015-11-27 17:39:59 +00:00
|
|
|
devtools/shared/pretty-fast/*
|
|
|
|
devtools/shared/sourcemap/*
|
2016-08-25 15:51:42 +00:00
|
|
|
devtools/shared/sprintfjs/*
|
2015-12-10 20:46:32 +00:00
|
|
|
devtools/shared/qrcode/decoder/*
|
|
|
|
devtools/shared/qrcode/encoder/*
|
2018-04-04 22:24:04 +00:00
|
|
|
devtools/client/inspector/markup/test/lib_*
|
|
|
|
devtools/client/jsonview/lib/require.js
|
2016-05-17 22:23:07 +00:00
|
|
|
devtools/client/shared/demangle.js
|
2017-03-16 21:17:25 +00:00
|
|
|
devtools/client/shared/source-map/*
|
2015-12-10 20:46:32 +00:00
|
|
|
devtools/client/shared/vendor/*
|
2019-02-13 15:37:08 +00:00
|
|
|
devtools/client/shared/sourceeditor/codemirror/*.js
|
|
|
|
devtools/client/shared/sourceeditor/codemirror/**/*.js
|
|
|
|
devtools/client/shared/sourceeditor/tern/*
|
|
|
|
devtools/client/shared/sourceeditor/test/cm_mode_ruby.js
|
|
|
|
devtools/client/shared/sourceeditor/test/codemirror/*
|
2016-05-17 22:23:07 +00:00
|
|
|
devtools/server/actors/utils/automation-timeline.js
|
|
|
|
|
|
|
|
# Ignore devtools files testing sourcemaps / code style
|
2018-04-04 22:24:04 +00:00
|
|
|
devtools/client/debugger/test/mochitest/code_*.js
|
|
|
|
devtools/client/framework/test/code_*
|
2017-05-12 20:34:26 +00:00
|
|
|
devtools/client/inspector/markup/test/events_bundle.js
|
2017-05-10 20:07:06 +00:00
|
|
|
devtools/client/netmonitor/test/xhr_bundle.js
|
2018-04-06 13:03:20 +00:00
|
|
|
devtools/client/webconsole/test/mochitest/code_bundle_nosource.js
|
|
|
|
devtools/client/webconsole/test/mochitest/code_bundle_invalidmap.js
|
2016-05-17 22:23:07 +00:00
|
|
|
devtools/server/tests/unit/babel_and_browserify_script_with_source_map.js
|
|
|
|
devtools/server/tests/unit/setBreakpoint*
|
2017-03-18 11:26:05 +00:00
|
|
|
devtools/server/tests/unit/sourcemapped.js
|
2015-11-27 17:39:59 +00:00
|
|
|
|
2018-04-11 15:10:35 +00:00
|
|
|
# devtools specific format test file
|
|
|
|
devtools/server/tests/unit/xpcshell_debugging_script.js
|
|
|
|
|
2017-02-11 02:47:57 +00:00
|
|
|
# dom/ exclusions
|
|
|
|
dom/animation/**
|
2018-12-12 14:56:54 +00:00
|
|
|
dom/base/*.*
|
|
|
|
dom/base/test/*.*
|
|
|
|
dom/base/test/unit/test_serializers_entities*.js
|
|
|
|
dom/base/test/unit_ipc/**
|
|
|
|
dom/base/test/jsmodules/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/canvas/**
|
|
|
|
dom/encoding/**
|
|
|
|
dom/events/**
|
|
|
|
dom/fetch/**
|
|
|
|
dom/file/**
|
2017-11-01 22:53:41 +00:00
|
|
|
dom/flex/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/grid/**
|
|
|
|
dom/html/**
|
|
|
|
dom/jsurl/**
|
2018-05-14 20:49:39 +00:00
|
|
|
dom/media/test/**
|
|
|
|
dom/media/tests/**
|
|
|
|
dom/media/webaudio/**
|
|
|
|
dom/media/webspeech/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/messagechannel/**
|
2015-07-21 21:28:30 +00:00
|
|
|
dom/midi/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/network/**
|
2017-05-25 17:50:32 +00:00
|
|
|
dom/payments/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/performance/**
|
|
|
|
dom/permission/**
|
|
|
|
dom/promise/**
|
|
|
|
dom/push/**
|
|
|
|
dom/quota/**
|
2017-11-28 22:57:08 +00:00
|
|
|
dom/security/test/cors/**
|
|
|
|
dom/security/test/csp/**
|
|
|
|
dom/security/test/general/**
|
|
|
|
dom/security/test/mixedcontentblocker/**
|
|
|
|
dom/security/test/sri/**
|
2018-01-26 21:08:57 +00:00
|
|
|
dom/serviceworkers/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/smil/**
|
2019-01-22 21:26:02 +00:00
|
|
|
|
2017-11-28 22:57:08 +00:00
|
|
|
dom/tests/html/**
|
|
|
|
dom/tests/mochitest/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/u2f/**
|
|
|
|
dom/vr/**
|
|
|
|
dom/webauthn/**
|
2018-06-13 17:43:48 +00:00
|
|
|
dom/webgpu/**
|
2017-11-10 11:00:33 +00:00
|
|
|
dom/websocket/**
|
2017-02-11 02:47:57 +00:00
|
|
|
dom/workers/**
|
|
|
|
dom/worklet/**
|
|
|
|
dom/xbl/**
|
|
|
|
dom/xhr/**
|
|
|
|
dom/xml/**
|
|
|
|
dom/xslt/**
|
|
|
|
dom/xul/**
|
|
|
|
|
2017-06-28 19:41:50 +00:00
|
|
|
# Third-party
|
2018-10-24 19:12:31 +00:00
|
|
|
dom/canvas/test/webgl-conf/**
|
2018-11-21 14:27:27 +00:00
|
|
|
dom/imptests/**
|
2018-12-11 13:15:16 +00:00
|
|
|
dom/media/webaudio/test/blink/**
|
2017-06-28 19:41:50 +00:00
|
|
|
dom/media/webvtt/**
|
2019-03-25 19:22:27 +00:00
|
|
|
dom/svg/test/test_nonAnimStrings.xhtml
|
|
|
|
dom/svg/test/test_SVG_namespace_ids.html
|
2017-06-28 19:41:50 +00:00
|
|
|
|
2018-09-13 07:59:47 +00:00
|
|
|
# Third-party
|
|
|
|
editor/libeditor/tests/browserscope/**
|
|
|
|
|
2017-11-28 22:57:08 +00:00
|
|
|
# Third-party
|
|
|
|
gfx/ots/**
|
|
|
|
gfx/skia/**
|
2018-11-22 21:47:50 +00:00
|
|
|
gfx/wr/**
|
2017-11-28 22:57:08 +00:00
|
|
|
|
2018-02-21 00:02:54 +00:00
|
|
|
# intl/ exclusions
|
|
|
|
intl/icu/**
|
|
|
|
intl/locale/**
|
|
|
|
intl/strres/**
|
|
|
|
intl/uconv/**
|
|
|
|
|
2018-12-11 13:15:16 +00:00
|
|
|
# Third-party
|
|
|
|
layout/mathml/imptests/**
|
|
|
|
|
2017-02-07 20:58:21 +00:00
|
|
|
# Exclude everything but self-hosted JS
|
|
|
|
js/ductwork/**
|
|
|
|
js/examples/**
|
|
|
|
js/ipc/**
|
|
|
|
js/public/**
|
|
|
|
js/xpconnect/**
|
|
|
|
js/src/devtools/**
|
|
|
|
js/src/octane/**
|
|
|
|
js/src/jit-test/**
|
2017-09-19 18:50:21 +00:00
|
|
|
js/src/jsapi-tests/binast/**
|
2017-02-07 20:58:21 +00:00
|
|
|
js/src/tests/**
|
2017-05-10 15:56:32 +00:00
|
|
|
js/src/Y.js
|
2017-02-07 20:58:21 +00:00
|
|
|
|
2017-11-28 22:57:08 +00:00
|
|
|
# Third-party
|
|
|
|
media/webrtc/trunk/**
|
|
|
|
|
2015-11-27 17:39:59 +00:00
|
|
|
# mobile/android/ exclusions
|
2017-04-27 13:52:58 +00:00
|
|
|
mobile/android/tests/browser/chrome/tp5/**
|
2015-11-27 17:39:59 +00:00
|
|
|
|
|
|
|
# Uses `#filter substitution`
|
|
|
|
mobile/android/app/mobile.js
|
2018-02-12 18:31:53 +00:00
|
|
|
mobile/android/app/geckoview-prefs.js
|
2015-11-27 17:39:59 +00:00
|
|
|
|
|
|
|
# Uses `#expand`
|
|
|
|
mobile/android/chrome/content/about.js
|
|
|
|
|
|
|
|
# Not much JS to lint and non-standard at that
|
|
|
|
mobile/android/installer/
|
|
|
|
mobile/android/locales/
|
|
|
|
|
2019-03-20 19:24:22 +00:00
|
|
|
# Non-standard `(catch ex if ...)`
|
|
|
|
mobile/android/chrome/content/browser.js
|
|
|
|
|
2018-10-24 19:12:31 +00:00
|
|
|
# Pre-processed/pref files
|
|
|
|
modules/libpref/greprefs.js
|
|
|
|
modules/libpref/init/all.js
|
|
|
|
modules/libpref/test/unit/*data/**
|
|
|
|
|
2017-10-19 08:55:40 +00:00
|
|
|
# Only contains non-standard test files.
|
|
|
|
python/**
|
|
|
|
|
2019-01-29 15:18:42 +00:00
|
|
|
# Remote agent
|
|
|
|
remote/pref/remote.js
|
|
|
|
remote/Protocol.jsm
|
|
|
|
remote/server/HTTPD.jsm
|
|
|
|
remote/server/Packet.jsm
|
|
|
|
remote/server/Socket.jsm
|
|
|
|
remote/server/Stream.jsm
|
2019-02-17 15:26:40 +00:00
|
|
|
remote/test/browser/chrome-remote-interface.js
|
2019-01-29 15:18:42 +00:00
|
|
|
remote/test/demo.js
|
|
|
|
|
2017-02-08 12:16:27 +00:00
|
|
|
# security/ exclusions (pref files).
|
|
|
|
security/manager/ssl/security-prefs.js
|
|
|
|
|
2017-07-06 14:31:07 +00:00
|
|
|
# NSS / taskcluster only.
|
2017-02-08 12:16:27 +00:00
|
|
|
security/nss/**
|
|
|
|
|
2016-02-02 02:37:50 +00:00
|
|
|
# services/ exclusions
|
|
|
|
|
2019-02-21 20:58:04 +00:00
|
|
|
# Webpack-bundled library
|
|
|
|
services/fxaccounts/FxAccountsPairingChannel.js
|
|
|
|
|
2016-02-02 02:37:50 +00:00
|
|
|
# Uses `#filter substitution`
|
|
|
|
services/sync/modules/constants.js
|
2017-03-02 06:14:31 +00:00
|
|
|
services/sync/services-sync.js
|
2016-02-02 02:37:50 +00:00
|
|
|
|
2017-10-19 08:55:40 +00:00
|
|
|
# Servo is imported.
|
|
|
|
servo/**
|
|
|
|
|
2017-06-24 18:01:48 +00:00
|
|
|
# Remote protocol exclusions
|
|
|
|
testing/marionette/atom.js
|
|
|
|
testing/marionette/legacyaction.js
|
2017-07-26 14:04:51 +00:00
|
|
|
testing/marionette/client
|
|
|
|
testing/marionette/doc
|
|
|
|
testing/marionette/harness
|
2017-06-24 18:01:48 +00:00
|
|
|
|
|
|
|
# other testing/ exclusions
|
2017-06-23 21:08:02 +00:00
|
|
|
# third party modules
|
2018-04-30 10:03:44 +00:00
|
|
|
testing/mochitest/tests/Harness_sanity/**
|
|
|
|
testing/mochitest/MochiKit/**
|
|
|
|
testing/mochitest/tests/MochiKit-1.4.2/**
|
|
|
|
testing/mochitest/tests/SimpleTest/**
|
2017-06-23 21:08:02 +00:00
|
|
|
testing/modules/ajv-4.1.1.js
|
2019-03-12 19:32:40 +00:00
|
|
|
testing/modules/sinon-7.2.7.js
|
2017-05-30 22:06:29 +00:00
|
|
|
# octothorpe used for pref file comment causes parsing error
|
|
|
|
testing/mozbase/mozprofile/tests/files/prefs_with_comments.js
|
2017-06-28 12:58:01 +00:00
|
|
|
testing/talos/talos/scripts/jszip.min.js
|
2017-06-28 12:58:03 +00:00
|
|
|
testing/talos/talos/startup_test/sessionrestore/profile/sessionstore.js
|
2017-06-28 02:42:34 +00:00
|
|
|
testing/talos/talos/startup_test/sessionrestore/profile-manywindows/sessionstore.js
|
2018-02-28 10:11:21 +00:00
|
|
|
testing/talos/talos/tests/devtools/addon/content/pages/**
|
2017-06-28 12:58:01 +00:00
|
|
|
testing/talos/talos/tests/dromaeo/**
|
|
|
|
testing/talos/talos/tests/v8_7/**
|
|
|
|
testing/talos/talos/tests/kraken/**
|
2018-02-05 09:28:17 +00:00
|
|
|
# Runing Talos may extract data here, see bug 1435677.
|
|
|
|
testing/talos/talos/tests/tp5n/**
|
2019-02-22 19:33:13 +00:00
|
|
|
# Raptor third party
|
|
|
|
testing/raptor/raptor/playback/scripts/catapult/**
|
2017-06-28 12:58:01 +00:00
|
|
|
|
2017-05-25 13:32:42 +00:00
|
|
|
testing/web-platform/**
|
|
|
|
testing/xpcshell/moz-http2/**
|
|
|
|
testing/xpcshell/node-http2/**
|
|
|
|
|
2017-01-10 17:09:02 +00:00
|
|
|
# Third party services
|
|
|
|
services/common/kinto-http-client.js
|
|
|
|
services/common/kinto-offline-client.js
|
|
|
|
|
2015-12-03 18:02:45 +00:00
|
|
|
# toolkit/ exclusions
|
|
|
|
|
|
|
|
# Intentionally invalid JS
|
|
|
|
toolkit/components/workerloader/tests/moduleF-syntax-error.js
|
|
|
|
|
|
|
|
# Tests old non-star function generators
|
|
|
|
toolkit/modules/tests/xpcshell/test_task.js
|
|
|
|
|
2016-03-08 17:00:47 +00:00
|
|
|
# External code:
|
2018-04-27 14:20:32 +00:00
|
|
|
browser/components/payments/res/vendor/*
|
2016-03-08 17:00:47 +00:00
|
|
|
toolkit/components/reader/Readability.js
|
|
|
|
toolkit/components/reader/JSDOMParser.js
|
|
|
|
|
2015-12-03 18:02:45 +00:00
|
|
|
# Uses preprocessing
|
2018-08-18 06:10:59 +00:00
|
|
|
toolkit/components/reader/Readerable.jsm
|
2016-02-05 20:13:34 +00:00
|
|
|
toolkit/content/widgets/wizard.xml
|
2015-12-03 18:02:45 +00:00
|
|
|
toolkit/modules/AppConstants.jsm
|
|
|
|
toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js
|
2019-01-09 17:04:39 +00:00
|
|
|
tools/tryselect/selectors/chooser/templates/chooser.html
|
2016-02-24 14:40:55 +00:00
|
|
|
|
|
|
|
# Third party
|
|
|
|
toolkit/modules/third_party/**
|
2017-05-08 17:10:33 +00:00
|
|
|
third_party/**
|
2019-03-22 13:18:01 +00:00
|
|
|
|
|
|
|
# Ignore generated code from wasm-bindgen
|
|
|
|
toolkit/components/extensions/profiler_get_symbols.js
|