-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
63 lines (61 loc) · 1.54 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
62
63
node_modules
docs-clone
{yarn,lerna,npm}-{debug,error}.log
monorepo-template
/packages/*/dist
/packages/*/docs
/packages/*/node_modules
/packages/*/src/node_modules
/packages/*/example/node_modules
/packages/*/test/node_modules
/packages/*/tsconfig.tsbuildinfo
personal-monorepo-focused.code-workspace
tsconfig.tsbuildinfo
yarn.lock
yarn-error.log
/.yarn/cache
/.yarn/build-state.yml
/.yarn/install-state.gz
### <FIXUP>
# Ignore package subdirectories that don't have a package.json.
# They are likely left-over from switching branches, where build
# artifacts exist on disk.
packages/*
!packages/bash-dirname
!packages/bash-node-ipc
!packages/chainable-api
!packages/chrome-extension-sandbox
!packages/codegen
!packages/comprehensive-npmignore
!packages/core
!packages/difflib
!packages/env2-shebang
!packages/gdocs-to-markdown
!packages/github-sdk
!packages/html-comment-preprocessor
!packages/ignore-preprocessor
!packages/js-to-ts
!packages/json-schema-to-openapi-schema
!packages/lazy-imports
!packages/listary-extension-core
!packages/mocha-modern
!packages/ms-graph-sandbox
!packages/node-binaries
!packages/node-module-hooks
!packages/openapi-to-ts
!packages/pkg-release
!packages/plop-api
!packages/preprocessor
!packages/react-styled-components
!packages/scripting-core
!packages/swc-require-hook
!packages/testing-core
!packages/ts-node-to
!packages/ts-wrapper
!packages/tsc-to
!packages/typescript-cached-transpile
!packages/typescript-json-schema-extractor
!packages/typescript-toolbelt
!packages/typescript-yarn-pnp
!packages/webpack-config-prefabs
### </FIXUP>