39 строки
747 B
Plaintext
39 строки
747 B
Plaintext
# Always ignore node_modules.
|
|
**/node_modules/**/*.*
|
|
|
|
# lint eslint config files which are excluded by default
|
|
!**/.eslintrc.js
|
|
|
|
# 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/**
|
|
|
|
# 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/**
|
|
chat/**
|
|
editor/**
|
|
im/**
|
|
ldap/**
|
|
mail/**
|
|
mailnews/**
|
|
suite/**
|
|
|
|
# calendar/ exclusions
|
|
|
|
# prefs files
|
|
calendar/lightning/content/lightning.js
|
|
calendar/locales/en-US/lightning-l10n.js
|
|
|
|
# third party library
|
|
calendar/base/modules/ical.js
|