-
Notifications
You must be signed in to change notification settings - Fork 89
/
.gitignore
58 lines (58 loc) · 1.04 KB
/
.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
*
!/.circleci
!/.circleci/**
!/.codeclimate.yml
!/.eslintignore
!/.eslintrc
!/.gitbook.yaml
!/.github/
!/.github/**
!/.gitignore
!/.nowignore
!/.nvmrc
!/.prettierignore
!/.prettierrc
!/CONTRIBUTING.md
!/LICENSE.md
!/README.md
!/SECURITY.md
!/SUMMARY.md
!/changelog.md
!/code-of-conduct.md
!/docs/
!/docs/**
!/examples/
!/examples/sandbox/
!/examples/sandbox/index.html
!/examples/sandbox/index.ts
!/examples/sandbox/json/
!/examples/sandbox/json/**
!/examples/sandbox/package.json
!/examples/sandbox/tsconfig.json
!/examples/sandbox/vite.config.ts
!/integration/
!/integration/jest.config.js
!/integration/json.d.ts
!/integration/package.json
!/integration/src/
!/integration/src/**
!/integration/tsconfig.json
!/integration/yarn.lock
!/jest.config.js
!/lerna.json
!/package.json
!/packages/
!/packages/*
!/packages/*/.npmignore
!/packages/*/__mocks__
!/packages/*/__mocks__/**
!/packages/*/jest.config.js
!/packages/*/package.json
!/packages/*/src/
!/packages/*/src/**
!/packages/*/tsconfig.json
!/patches/
!/patches/**
!/tsconfig.json
!/vercel.json
!/yarn.lock