Skip to content

Commit 1dd2a28

Browse files
authored
bugfix: Ensured that .gitignore is added to the workspace root (#1)
Co-authored-by: ijlee2 <[email protected]>
1 parent 017130c commit 1dd2a28

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

src/migration/ember-addon/steps/create-files-from-blueprint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function getFilePath(blueprintFilePath, options) {
1111

1212
return blueprintFilePath
1313
.replace('__addonLocation__', locations.addon)
14+
.replace('__gitignore__', '.gitignore')
1415
.replace('__testAppLocation__', locations.testApp);
1516
}
1617

0 commit comments

Comments
 (0)