Skip to content

Commit 65ada1c

Browse files
a
1 parent fd9287a commit 65ada1c

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.gitignore

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

templates/node-app/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)