2023-05-24 21:49:33 +03:00
|
|
|
# Please DO NOT add more third party files to this file.
|
|
|
|
# They should be added to tools/rewriting/ThirdPartyPaths.txt instead.
|
|
|
|
#
|
|
|
|
# Please also DO NOT add generated files that are for some reason checked
|
|
|
|
# into source - add them to tools/rewriting/Generated.txt instead.
|
|
|
|
|
|
|
|
# This file should only be used for exclusions where we have:
|
|
|
|
# - preprocessed files
|
|
|
|
# - intentionally invalid files
|
|
|
|
# - build directories and other items that we need to ignore
|
|
|
|
|
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
|
|
|
|
|
2023-05-06 12:40:40 +03:00
|
|
|
# For now, skip all json files for ESLint, these will still be run through
|
|
|
|
# Prettier.
|
|
|
|
**/*.json
|
|
|
|
|
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/**
|
|
|
|
other-licenses/**
|
|
|
|
testing/**
|
|
|
|
|
|
|
|
# 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
|
|
|
|
2019-02-05 04:50:43 +03:00
|
|
|
# chat exclusions
|
|
|
|
chat/chat-prefs.js
|
|
|
|
# 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
|
2023-10-23 16:34:38 +03:00
|
|
|
mail/branding/include/release-prefs.js
|
2022-06-07 07:43:05 +03:00
|
|
|
mail/branding/nightly/pref/thunderbird-branding.js
|
2023-10-23 16:34:38 +03:00
|
|
|
mail/branding/tb_beta/pref/thunderbird-branding.js
|
2022-06-07 07:43:05 +03:00
|
|
|
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
|
2023-04-29 03:27:03 +03:00
|
|
|
# code as a JS module (schema.sys.mjs)
|
|
|
|
mail/components/enterprisepolicies/schemas/schema.sys.mjs
|
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/composer.js
|
2024-03-25 13:30:11 +03:00
|
|
|
|
2024-04-30 01:37:21 +03:00
|
|
|
# Ignore the jsdoc config file
|
|
|
|
docs/jsdoc.conf.js
|