Skip to content

Commit ca94ea2

Browse files
Update packages/@apphosting/common/src/index.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ffcf43d commit ca94ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@apphosting/common/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function updateOrCreateGitignore(dirPath: string, entries: string[]) {
158158
for (const entry of entries) {
159159
if (!content.includes(entry)) {
160160
console.log(`adding ${entry} to ${gitignorePath}`);
161-
content += `\n${entry}\n`;
161+
content += `\n${entry}`;
162162
}
163163
}
164164

0 commit comments

Comments
 (0)