2015-11-27 20:39:59 +03:00
|
|
|
|
# Always ignore node_modules.
|
|
|
|
|
**/node_modules/**/*.*
|
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
# below.
|
|
|
|
|
accessible/**
|
|
|
|
|
addon-sdk/**
|
|
|
|
|
build/**
|
|
|
|
|
caps/**
|
|
|
|
|
chrome/**
|
|
|
|
|
config/**
|
|
|
|
|
db/**
|
|
|
|
|
docshell/**
|
|
|
|
|
dom/**
|
|
|
|
|
editor/**
|
|
|
|
|
embedding/**
|
|
|
|
|
extensions/**
|
|
|
|
|
gfx/**
|
|
|
|
|
gradle/**
|
|
|
|
|
hal/**
|
|
|
|
|
image/**
|
|
|
|
|
intl/**
|
|
|
|
|
ipc/**
|
|
|
|
|
js/**
|
|
|
|
|
layout/**
|
|
|
|
|
media/**
|
|
|
|
|
memory/**
|
|
|
|
|
mfbt/**
|
|
|
|
|
modules/**
|
|
|
|
|
mozglue/**
|
|
|
|
|
netwerk/**
|
|
|
|
|
nsprpub/**
|
|
|
|
|
other-licenses/**
|
|
|
|
|
parser/**
|
|
|
|
|
probes/**
|
|
|
|
|
python/**
|
|
|
|
|
rdf/**
|
|
|
|
|
startupcache/**
|
|
|
|
|
testing/**
|
|
|
|
|
tools/**
|
|
|
|
|
uriloader/**
|
|
|
|
|
view/**
|
|
|
|
|
webapprt/**
|
|
|
|
|
widget/**
|
|
|
|
|
xpcom/**
|
|
|
|
|
xpfe/**
|
|
|
|
|
xulrunner/**
|
|
|
|
|
|
2015-12-03 20:14:07 +03:00
|
|
|
|
# b2g exclusions (pref files).
|
|
|
|
|
b2g/app/b2g.js
|
|
|
|
|
b2g/graphene/graphene.js
|
|
|
|
|
b2g/locales/en-US/b2g-l10n.js
|
|
|
|
|
|
2015-11-27 20:39:59 +03:00
|
|
|
|
# browser/ exclusions
|
|
|
|
|
browser/app/**
|
2015-12-02 22:51:26 +03:00
|
|
|
|
browser/base/content/browser-social.js
|
|
|
|
|
browser/base/content/nsContextMenu.js
|
|
|
|
|
browser/base/content/sanitizeDialog.js
|
|
|
|
|
browser/base/content/test/**
|
|
|
|
|
browser/base/content/newtab/**
|
2015-11-30 14:42:25 +03:00
|
|
|
|
browser/components/downloads/**
|
|
|
|
|
browser/components/feeds/**
|
|
|
|
|
browser/components/preferences/**
|
|
|
|
|
browser/components/privatebrowsing/**
|
|
|
|
|
browser/components/sessionstore/**
|
|
|
|
|
browser/components/shell/**
|
|
|
|
|
browser/components/tabview/**
|
|
|
|
|
browser/components/translation/**
|
2015-11-27 20:39:59 +03:00
|
|
|
|
browser/extensions/pdfjs/**
|
2016-01-06 21:10:35 +03:00
|
|
|
|
browser/extensions/pocket/content/panels/js/vendor/**
|
2015-11-27 20:39:59 +03:00
|
|
|
|
browser/locales/**
|
|
|
|
|
|
2016-01-14 20:53:32 +03:00
|
|
|
|
# Ignore all of loop since it is imported from github and checked at source.
|
|
|
|
|
browser/extensions/loop/**
|
2015-11-27 20:39:59 +03:00
|
|
|
|
|
|
|
|
|
# devtools/ exclusions
|
2016-01-21 15:19:58 +03:00
|
|
|
|
devtools/*.js
|
|
|
|
|
devtools/client/canvasdebugger/**
|
|
|
|
|
devtools/client/commandline/**
|
|
|
|
|
devtools/client/debugger/**
|
|
|
|
|
devtools/client/eyedropper/**
|
|
|
|
|
devtools/client/framework/**
|
|
|
|
|
# devtools/client/inspector/shared/*.js files are eslint-clean, so they aren't
|
|
|
|
|
# included in the ignore list.
|
|
|
|
|
devtools/client/inspector/computed/**
|
|
|
|
|
devtools/client/inspector/fonts/**
|
2016-01-25 23:00:04 +03:00
|
|
|
|
devtools/client/inspector/markup/test/**
|
2016-01-21 15:19:58 +03:00
|
|
|
|
devtools/client/inspector/shared/test/**
|
|
|
|
|
devtools/client/inspector/test/**
|
|
|
|
|
devtools/client/inspector/*.js
|
|
|
|
|
devtools/client/jsonview/**
|
|
|
|
|
devtools/client/memory/**
|
|
|
|
|
devtools/client/netmonitor/**
|
|
|
|
|
devtools/client/performance/**
|
|
|
|
|
devtools/client/projecteditor/**
|
|
|
|
|
devtools/client/promisedebugger/**
|
|
|
|
|
devtools/client/responsivedesign/**
|
|
|
|
|
devtools/client/scratchpad/**
|
|
|
|
|
devtools/client/shadereditor/**
|
|
|
|
|
devtools/client/shared/**
|
|
|
|
|
devtools/client/sourceeditor/**
|
|
|
|
|
devtools/client/webaudioeditor/**
|
|
|
|
|
devtools/client/webconsole/**
|
|
|
|
|
devtools/client/webide/**
|
|
|
|
|
devtools/server/**
|
|
|
|
|
devtools/shared/**
|
|
|
|
|
|
|
|
|
|
# Ignore devtools pre-processed files
|
2015-11-27 20:39:59 +03:00
|
|
|
|
devtools/client/framework/toolbox-process-window.js
|
|
|
|
|
devtools/client/performance/system.js
|
|
|
|
|
devtools/client/webide/webide-prefs.js
|
2016-01-21 15:19:58 +03:00
|
|
|
|
devtools/client/preferences/**
|
2015-11-27 20:39:59 +03:00
|
|
|
|
|
2016-01-21 15:19:58 +03:00
|
|
|
|
# Ignore devtools third-party libs
|
2015-11-27 20:39:59 +03:00
|
|
|
|
devtools/shared/jsbeautify/*
|
|
|
|
|
devtools/shared/acorn/*
|
2015-12-10 23:46:32 +03:00
|
|
|
|
devtools/client/sourceeditor/tern/*
|
2015-11-27 20:39:59 +03:00
|
|
|
|
devtools/shared/pretty-fast/*
|
|
|
|
|
devtools/shared/sourcemap/*
|
2015-12-10 23:46:32 +03:00
|
|
|
|
devtools/shared/qrcode/decoder/*
|
|
|
|
|
devtools/shared/qrcode/encoder/*
|
|
|
|
|
devtools/client/shared/vendor/*
|
2016-01-21 15:19:58 +03:00
|
|
|
|
devtools/client/shared/d3.js
|
|
|
|
|
devtools/client/webaudioeditor/lib/dagre-d3.js
|
|
|
|
|
devtools/client/sourceeditor/codemirror/*.js
|
|
|
|
|
devtools/client/sourceeditor/codemirror/**/*.js
|
|
|
|
|
devtools/client/sourceeditor/test/codemirror/*
|
|
|
|
|
devtools/client/markupview/test/lib_*
|
2015-11-27 20:39:59 +03:00
|
|
|
|
|
|
|
|
|
# mobile/android/ exclusions
|
|
|
|
|
mobile/android/chrome/content
|
|
|
|
|
mobile/android/tests/
|
|
|
|
|
|
|
|
|
|
# Uses `#filter substitution`
|
|
|
|
|
mobile/android/b2gdroid/app/b2gdroid.js
|
|
|
|
|
mobile/android/app/mobile.js
|
|
|
|
|
mobile/android/chrome/content/healthreport-prefs.js
|
|
|
|
|
|
|
|
|
|
# Uses `#expand`
|
|
|
|
|
mobile/android/chrome/content/about.js
|
|
|
|
|
|
|
|
|
|
# Not much JS to lint and non-standard at that
|
|
|
|
|
mobile/android/installer/
|
|
|
|
|
mobile/android/locales/
|
|
|
|
|
|
|
|
|
|
# Pretty sure we're disabling this one anyway
|
|
|
|
|
mobile/android/modules/ContactService.jsm
|
|
|
|
|
|
|
|
|
|
# Non-standard `(catch ex if ...)`
|
|
|
|
|
mobile/android/components/Snippets.js
|
2015-12-01 21:06:52 +03:00
|
|
|
|
|
|
|
|
|
# Bug 1178739: Ignore this file as a quick fix for "Illegal yield expression"
|
|
|
|
|
mobile/android/modules/HomeProvider.jsm
|
2015-12-03 21:02:45 +03:00
|
|
|
|
|
2016-02-02 05:37:50 +03:00
|
|
|
|
# services/ exclusions
|
|
|
|
|
|
|
|
|
|
# Uses `#filter substitution`
|
|
|
|
|
services/sync/modules/constants.js
|
|
|
|
|
|
2015-12-03 21:02:45 +03:00
|
|
|
|
# toolkit/ exclusions
|
|
|
|
|
|
|
|
|
|
# Not part of the default build
|
|
|
|
|
toolkit/components/help/**
|
|
|
|
|
|
|
|
|
|
# Intentionally invalid JS
|
|
|
|
|
toolkit/components/workerloader/tests/moduleF-syntax-error.js
|
|
|
|
|
|
|
|
|
|
# Tests old non-star function generators
|
|
|
|
|
toolkit/modules/tests/xpcshell/test_task.js
|
|
|
|
|
|
|
|
|
|
# Not yet updated
|
|
|
|
|
toolkit/components/osfile/**
|
|
|
|
|
|
|
|
|
|
# Uses preprocessing
|
2015-12-16 23:45:58 +03:00
|
|
|
|
toolkit/content/widgets/videocontrols.xml
|
2016-02-05 23:13:34 +03:00
|
|
|
|
toolkit/content/widgets/wizard.xml
|
2015-12-03 21:02:45 +03:00
|
|
|
|
toolkit/components/jsdownloads/src/DownloadIntegration.jsm
|
|
|
|
|
toolkit/components/search/nsSearchService.js
|
|
|
|
|
toolkit/components/url-classifier/**
|
|
|
|
|
toolkit/components/urlformatter/nsURLFormatter.js
|
2015-12-03 03:58:53 +03:00
|
|
|
|
toolkit/identity/FirefoxAccounts.jsm
|
2015-12-03 21:02:45 +03:00
|
|
|
|
toolkit/modules/AppConstants.jsm
|
|
|
|
|
toolkit/mozapps/downloads/nsHelperAppDlg.js
|
|
|
|
|
toolkit/mozapps/extensions/internal/AddonConstants.jsm
|
|
|
|
|
toolkit/mozapps/update/tests/data/xpcshellConstantsPP.js
|
|
|
|
|
toolkit/webapps/**
|