Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nestjs/schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 14, 2019
2 parents c7634ed + 4ee8f27 commit e644818
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/nestjs/schematics#readme",
"dependencies": {
"@angular-devkit/core": "8.3.15",
"@angular-devkit/schematics": "8.3.15",
"@angular-devkit/core": "8.3.19",
"@angular-devkit/schematics": "8.3.19",
"fs-extra": "^8.1.0",
"ts-morph": "^4.0.0",
"typescript": "3.4.5"
Expand Down
5 changes: 4 additions & 1 deletion src/lib/application/files/js/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# project files
.env

# compiled output
/dist
/tmp
Expand All @@ -22,4 +25,4 @@
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json
5 changes: 4 additions & 1 deletion src/lib/application/files/ts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# project files
.env

# compiled output
/dist
/tmp
Expand All @@ -22,4 +25,4 @@
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/extensions.json

0 comments on commit e644818

Please sign in to comment.