-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.gitignore
25 lines (25 loc) · 1.05 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
/node_modules
/examples/mathpix-markdown-it-node-examples/node_modules
/examples/mathpix-markdown-it-node-examples/package-lock.json
/examples/compare-formats/node_modules
/examples/compare-formats/package-lock.json
/examples/react-app/use-components/node_modules
/examples/react-app/use-components/package-lock.json
/examples/react-app/use-components/yarn.lock
/examples/react-app/use-render-method/node_modules
/examples/react-app/use-render-method/package-lock.json
/examples/react-app/use-render-method/yarn.lock
/examples/react-app/use-markdownToHTML-method/node_modules
/examples/react-app/use-markdownToHTML-method/package-lock.json
/examples/react-app/use-markdownToHTML-method/yarn.lock
/examples/react-app/use-parseMarkdownByHTML-method/node_modules
/examples/react-app/use-parseMarkdownByHTML-method/package-lock.json
/examples/react-app/use-parseMarkdownByHTML-method/yarn.lock
examples/react-app/use-toc/package-lock.json
examples/nextJS/node_modules
examples/nextJS/pnpm-lock.yaml
examples/nextJS/package-lock.json
examples/nextJS/.next
yarn.lock
/.idea
.DS_Store