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.
2
2
3
3
# dependencies
4
4
/node_modules
5
+ /.pnp
6
+ .pnp.js
5
7
6
- # profiling files
7
- chrome-profiler-events.json
8
- speed-measure-plugin.json
8
+ # testing
9
+ /coverage
9
10
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 1
1
{
2
2
"name" : " @aakashdeveloper/create-node-app" ,
3
- "version" : " 1.0.50 " ,
3
+ "version" : " 1.0.51 " ,
4
4
"description" : " Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick" ,
5
5
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments