forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (62 loc) · 998 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.DS_STORE
.eslintcache
*.swp
*~
/danger/node_modules/
/examples/*/node_modules/
/integration_tests/*/node_modules
/integration_tests/transform/*/coverage
/integration_tests/transform/*/node_modules
/node_modules
/packages/*/build/
/packages/*/build-es5/
/packages/*/coverage/
/packages/*/node_modules/
/website/build
/website/core/metadata*.js
/website/node_modules
/website/src/jest/blog
/website/src/jest/docs
/website/yarn.lock
/website/i18n/*
!/website/i18n/en.json
/website/af
/website/ar
/website/ca
/website/cs
/website/da
/website/de
/website/el
/website/es-ES
/website/fa-IR
/website/fi
/website/fr
/website/he
/website/hu
/website/id-ID
/website/it
/website/ja
/website/ko
/website/mr-IN
/website/nl
/website/no-NO
/website/pl
/website/pt-BR
/website/pt-PT
/website/ro
/website/ru
/website/sk-SK
/website/sr
/website/sv-SE
/website/tr
/website/uk
/website/vi
/website/zh-Hans
/website/zh-Hant
/docs/*
!/docs/en
coverage
lerna-debug.log
npm-debug.log
npm-debug.log*
yarn-error.log*