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
|
|
|
|
2019-02-05 04:50:43 +03:00
|
|
|
# chat exclusions
|
|
|
|
chat/chat-prefs.js
|
|
|
|
# third-party code
|
|
|
|
chat/modules/BigInteger.jsm
|
2019-10-22 19:07:03 +03:00
|
|
|
chat/protocols/matrix/lib/**
|
2019-02-05 04:50:43 +03:00
|
|
|
chat/protocols/twitter/twitter-text.jsm
|
|
|
|
# preprocessed files
|
|
|
|
chat/content/imtooltip.xml
|
|
|
|
|
2019-04-09 02:57:12 +03:00
|
|
|
# editor exclusions (most files not shipped with Thunderbird)
|
|
|
|
editor/ui/composer.js
|
|
|
|
editor/ui/composer/content/**
|
|
|
|
!editor/ui/composer/content/editor.js
|
|
|
|
!editor/ui/composer/content/editorUtilities.js
|
|
|
|
!editor/ui/composer/content/ComposerCommands.js
|
|
|
|
editor/ui/dialogs/content/EditConflict.js
|
|
|
|
editor/ui/dialogs/content/EditConflict.xul
|
|
|
|
editor/ui/dialogs/content/EditorPublish.js
|
|
|
|
editor/ui/dialogs/content/EditorPublish.xul
|
|
|
|
editor/ui/dialogs/content/EditorPublishOverlay.xul
|
|
|
|
editor/ui/dialogs/content/EditorPublishProgress.js
|
|
|
|
editor/ui/dialogs/content/EditorPublishProgress.xul
|
|
|
|
editor/ui/dialogs/content/EditorPublishSettings.js
|
|
|
|
editor/ui/dialogs/content/EditorPublishSettings.xul
|
|
|
|
editor/ui/dialogs/content/EditorSaveAsCharset.js
|
|
|
|
editor/ui/dialogs/content/EditorSaveAsCharset.xul
|
|
|
|
editor/ui/dialogs/content/EdLinkChecker.js
|
|
|
|
editor/ui/dialogs/content/EdLinkChecker.xul
|
|
|
|
editor/ui/dialogs/content/EdSnapToGrid.js
|
|
|
|
editor/ui/dialogs/content/EdSnapToGrid.xul
|
|
|
|
editor/ui/texzilla/**
|
|
|
|
|
2018-09-02 07:21:43 +03:00
|
|
|
# mailnews exclusions
|
2018-09-04 02:08:24 +03:00
|
|
|
mailnews/mailnews.js
|
2019-05-08 06:55:21 +03:00
|
|
|
mailnews/extensions/dsn/content/dsn.js
|
|
|
|
mailnews/extensions/mdn/content/mdn.js
|
|
|
|
mailnews/extensions/smime/content/smime.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
|
|
|
|
mail/app/profile/prefs.js
|
2018-11-18 13:31:01 +03:00
|
|
|
mail/base/content/protovis-r2.6-modded.js
|
2018-11-29 01:28:04 +03:00
|
|
|
mail/branding/nightly/thunderbird-branding.js
|
|
|
|
mail/branding/thunderbird/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
|
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
|
|
|
|
2016-07-08 12:14:45 +03:00
|
|
|
# calendar/ exclusions
|
|
|
|
|
|
|
|
# prefs files
|
|
|
|
calendar/lightning/content/lightning.js
|
2019-03-15 01:03:39 +03:00
|
|
|
calendar/providers/gdata/defaults/preferences.js
|
|
|
|
calendar/timezones/preferences.js
|
2016-07-08 12:14:45 +03:00
|
|
|
|
|
|
|
# third party library
|
|
|
|
calendar/base/modules/ical.js
|