forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (45 loc) · 890 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
.idea
.DS_STORE
.eslintcache
*.swp
*~
/examples/*/node_modules/
/examples/mongodb/globalConfig.json
/e2e/*/node_modules
/e2e/*/.pnp
/e2e/*/.pnp.js
!/e2e/presets/json/node_modules
!/e2e/presets/js/node_modules
/e2e/transform/*/coverage
/e2e/transform/*/node_modules
/node_modules
/packages/*/build/
/packages/*/dist/
/packages/*/coverage/
/packages/*/node_modules/
/website/.docusaurus
/website/build
/website/backers.json
/website/node_modules
/website/yarn.lock
/website/i18n/*
/benchmarks/*/node_modules/
/reports/*
coverage
lerna-debug.log
npm-debug.log
npm-debug.log*
yarn-error.log*
junit.xml
package-lock.json
*.tsbuildinfo
api-extractor.json
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored but nested for e2e directories
**/.yarn/*
!**/.yarn/patches
!**/.yarn/releases
!**/.yarn/plugins
!**/.yarn/sdks
!**/.yarn/versions
**/.pnp.*
crowdin-cli.jar