We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.git
tmpRepoPackagePath
1 parent 50f73bd commit 09c7da9Copy full SHA for 09c7da9
src/makePatch.ts
@@ -186,7 +186,7 @@ export function makePatch({
186
// remove nested node_modules just to be safe
187
rimraf(join(tmpRepoPackagePath, "node_modules"))
188
// remove .git just to be safe
189
- rimraf(join(tmpRepoPackagePath, "node_modules"))
+ rimraf(join(tmpRepoPackagePath, ".git"))
190
191
// also remove ignored files like before
192
removeIgnoredFiles(tmpRepoPackagePath, includePaths, excludePaths)
0 commit comments