Skip to content

Commit

Permalink
[SDPSUP-1056] Fixed missing gitignore in create app (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-yao authored Oct 30, 2019
1 parent 4420cdc commit e1833f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/create-ripple-app/generators/new/saofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ module.exports = {
},
{
type: 'add',
files: ['_package.json', '_.env'],
files: ['_package.json', '_.env', 'gitignore'],
transform: true
},
{
type: 'move',
patterns: {
gitignore: '.gitignore',
'_package.json': 'package.json',
'_.env': '.env'
}
Expand Down

0 comments on commit e1833f8

Please sign in to comment.