mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 13:53:11 +00:00
Create project scaffolding using yo node-typescript
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
# gitignore
|
||||
|
||||
coverage/
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.nyc_output
|
||||
lib
|
||||
lib_test
|
||||
|
||||
# npmignore
|
||||
|
||||
src/
|
||||
__tests__/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user