Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
add appsync-info file to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
UnleashedMind committed Apr 14, 2018
1 parent 9d23f71 commit 0c8f08a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/git-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function removeAwsmobilejs(projectPath)
function getGitIgnoreAppendString(){
let toAppend = os.EOL + os.EOL +
'#awsmobilejs' + os.EOL +
'appsync-info.json' + os.EOL +
'aws-info.json' + os.EOL +
'project-info.json' + os.EOL +
'aws-exports.js' + os.EOL +
Expand Down

0 comments on commit 0c8f08a

Please sign in to comment.