2019-12-24 12:30:36 +03:00
|
|
|
# Temporarily disabled, see bug 1605845
|
|
|
|
*.xhtml
|
|
|
|
|
2016-06-20 15:22:18 +03:00
|
|
|
# Always ignore node_modules.
|
|
|
|
**/node_modules/**/*.*
|
|
|
|
|
2016-10-13 23:43:16 +03:00
|
|
|
# lint eslint config files which are excluded by default
|
|
|
|
!**/.eslintrc.js
|
|
|
|
|
2016-06-20 15:22:18 +03:00
|
|
|
# Exclude expected objdirs.
|
|
|
|
obj*/**
|
|
|
|
|
|
|
|
# Exclude mozilla directory, this one is checked separately
|
|
|
|
mozilla/**
|
|
|
|
|
|
|
|
# These directories don't contain any js and are not meant to
|
|
|
|
config/**
|
|
|
|
db/**
|
|
|
|
other-licenses/**
|
|
|
|
testing/**
|
|
|
|
|
2019-07-02 01:04:04 +03:00
|
|
|
# Temporarily disabled until the XUL parser is fixed (see bug 1542548).
|
2019-04-07 00:42:55 +03:00
|
|
|
common/src/viewSource.xul
|
|
|
|
|
2016-06-20 15:22:18 +03:00
|
|
|
# We ignore all these directories by default, until we get them enabled.
|
|
|
|
# If you are enabling a directory, please add directory specific exclusions
|
|
|
|
# below.
|
|
|
|
build/**
|
|
|
|
suite/**
|
2016-07-08 12:14:45 +03:00
|
|
|
|
2020-04-08 08:54:58 +03:00
|
|
|
# calendar/ exclusions
|
2021-05-11 05:45:05 +03:00
|
|
|
calendar/base/calendar.js
|
2020-04-08 08:54:58 +03:00
|
|
|
calendar/base/modules/Ical.jsm
|
|
|
|
|
2019-02-05 04:50:43 +03:00
|
|
|
# chat exclusions
|
|
|
|
chat/chat-prefs.js
|
|
|
|
# third-party code
|
2019-10-22 19:07:03 +03:00
|
|
|
chat/protocols/matrix/lib/**
|
2021-04-10 12:00:50 +03:00
|
|
|
chat/protocols/xmpp/lib/**
|
2019-02-05 04:50:43 +03:00
|
|
|
# preprocessed files
|
|
|
|
chat/content/imtooltip.xml
|
|
|
|
|
2018-09-02 07:21:43 +03:00
|
|
|
# mailnews exclusions
|
2018-09-04 02:08:24 +03:00
|
|
|
mailnews/mailnews.js
|
2020-08-04 23:14:18 +03:00
|
|
|
mailnews/extensions/mdn/mdn.js
|
2018-09-02 07:21:43 +03:00
|
|
|
|
2018-03-29 09:01:04 +03:00
|
|
|
# mail exclusions
|
2018-11-29 01:28:04 +03:00
|
|
|
mail/app/profile/all-thunderbird.js
|
|
|
|
mail/app/profile/channel-prefs.js
|
2018-11-18 13:31:01 +03:00
|
|
|
mail/base/content/protovis-r2.6-modded.js
|
2022-06-07 07:43:05 +03:00
|
|
|
mail/branding/nightly/pref/thunderbird-branding.js
|
|
|
|
mail/branding/thunderbird/pref/thunderbird-branding.js
|
2019-05-13 10:53:04 +03: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)
|
|
|
|
mail/components/enterprisepolicies/schemas/schema.jsm
|
2018-10-02 07:17:08 +03:00
|
|
|
mail/components/im/all-im.js
|
2020-03-06 00:59:12 +03:00
|
|
|
mail/extensions/am-e2e/prefs/e2e-prefs.js
|
2018-11-29 01:28:04 +03:00
|
|
|
mail/locales/en-US/all-l10n.js
|
2019-09-10 01:40:00 +03:00
|
|
|
mail/components/compose/texzilla/**
|
|
|
|
mail/components/compose/composer.js
|
2018-10-02 07:17:08 +03:00
|
|
|
|
2020-06-21 21:27:10 +03:00
|
|
|
# exclude MailConstants.jsm because: #filter substitution
|
2021-06-28 12:51:49 +03:00
|
|
|
mail/modules/MailConstants.jsm
|