-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
61 lines (55 loc) · 1.06 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
59
60
61
!/.github/actions/*/package-lock.json
.DS_Store
.idea/
.npmrc
.nyc_output
.pnp.js
*.cache
*.log
/.changelog
/.eslintcache
/.github/actions/*/node_modules
/.package.json
/browser-polyfill.js
/browser.js
/build
/codemods/*/lib
/codemods/*/node_modules
/node_modules
/packages/*/LICENSE
/packages/*/node_modules
/runtime.js
build
coverage/
coverage-unit/
dist
node_modules
package-lock.json
.yalc
.yalc.lock
starters/express/yalc.lock
starters/next/yalc.lock
#vscode extension
.vscode/snipsnap.code-snippets
# Automated things like the typedoc
generated/
# Turborepo
.turbo
storybook-static/
# Yarn 2
# https://stackoverflow.com/questions/62456078/yarn-install-leads-to-cannot-find-module-yarn-berry-js
.yarn/*
.pnp.*
# Keep those in the repo to have a share version
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
# Yarn yarn-plugin-entrypoint-lockfiles
yarn.*.lock
!starters/*/yarn.*.lock
# Express in Vercel
# api folder is genertaed by copying dist
# @see https://vercel.com/guides/using-express-with-vercel#standalone-express
starters/express/api