mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 22:03:20 +00:00
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
# gitignore
|
|
|
|
coverage/
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.nyc_output
|
|
lib
|
|
lib_test
|
|
|
|
# npmignore
|
|
|
|
src/
|
|
__tests__/
|
|
.vscode/ |