File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed
Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 1- # See http ://help.github.com/ignore -files/ for more about ignoring files.
1+ # See https ://help.github.com/articles/ignoring -files/ for more about ignoring files.
22
33# dependencies
44/node_modules
5+ /.pnp
6+ .pnp.js
57
6- # profiling files
7- chrome-profiler-events.json
8- speed-measure-plugin.json
8+ # testing
9+ /coverage
910
10- # IDEs and editors
11- /.idea
12- .project
13- .classpath
14- .c9 /
15- * .launch
16- .settings /
17- * .sublime-workspace
11+ # production
12+ /build
13+
14+ # misc
15+ .DS_Store
16+ .env.local
17+ .env.development.local
18+ .env.test.local
19+ .env.production.local
20+
21+ npm-debug.log *
22+ yarn-debug.log *
23+ yarn-error.log *
Original file line number Diff line number Diff line change 11{
22 "name" : " @aakashdeveloper/create-node-app" ,
3- "version" : " 1.0.50 " ,
3+ "version" : " 1.0.51 " ,
44 "description" : " Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick" ,
55
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments