forked from ampproject/amphtml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
40 lines (38 loc) · 1.05 KB
/
.eslintignore
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
34
35
36
37
38
39
40
# Local cache directories
# Keep this list in sync with .gitignore, .prettierignore, and build-system/tasks/clean.js
.babel-cache
.css-cache
.pre-closure-cache
# Output directories
# Keep this list in sync with .gitignore, .prettierignore, and build-system/tasks/clean.js
.amp-dep-check
build
build-system/dist
build-system/server/new-server/transforms/dist
build-system/tasks/performance/cache
build-system/tasks/performance/results.json
build-system/global-configs/custom-config.json
dist
dist.3p
dist.tools
export
examples/storybook
extensions/**/dist
release
result-reports
src/purifier/dist
test/coverage
test/coverage-e2e
validator/**/dist
validator/export
# Files and directories explicitly ignored by eslint
build-system/babel-plugins/**/fixtures/**/*.js
build-system/babel-plugins/**/fixtures/**/*.mjs
build-system/server/app-index/test/*.js
build-system/tasks/make-extension/template/**/*
build-system/tasks/visual-diff/snippets/*.js
extensions/amp-a4a/0.1/test/testdata/**
src/purifier/noop.js
testing/local-amp-chrome-extension/**
third_party/**
validator/**