-
Notifications
You must be signed in to change notification settings - Fork 186
/
.gitignore
32 lines (25 loc) · 914 Bytes
/
.gitignore
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
.DS_Store
node_modules
packages/*/lib/
packages/lit-dev-content/_site
packages/lit-dev-content/_dev
packages/lit-dev-content/rollupout
packages/lit-dev-content/temp
packages/lit-dev-content/samples/js
packages/lit-dev-content/src/public-vars.ts
# The unversioned docs are generated by:
#
# `npm run build:unversioned-docs -w lit-dev-content`
packages/lit-dev-content/site/docs/unversioned
packages/lit-dev-api/api-data/*/repo/
packages/lit-dev-api/api-data/*/INSTALLED
# We only want to keep '-linux' screenshots which are tested by Github Actions.
packages/lit-dev-tests/src/playwright/**/*.png
!packages/lit-dev-tests/src/playwright/**/*-linux.png
# We are also keeping '-darwin' screenshots as we switch to macos runners in
# Github Actions as a fix for https://github.com/lit/lit.dev/issues/1201
!packages/lit-dev-tests/src/playwright/**/*-darwin.png
test-results
*.tsbuildinfo
.wireit
.highlights_cache