summaryrefslogtreecommitdiffstats
path: root/comm/.stylelintignore
blob: ab7936902dbc76f081fb7b5f9e0ca5277c2b575c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

 # Always ignore node_modules.
**/node_modules/**/*.*
# 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/**

# Empty file to ignore
mail/components/im/messages/simple/Variants/Normal.css