Skip to content

Commit 0932bb6

Browse files
authored
Merge pull request #8463 from nextcloud-libraries/fix/gitignore-npm-pack
chore: Add .tgz files generated by 'npm pack' to .gitignore
2 parents 7f372fa + fda2614 commit 0932bb6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ yarn-error.log*
2020

2121
.marginalia
2222

23+
# npm pack output
24+
nextcloud-vue-*.tgz
25+
2326
# Unit test / coverage reports
2427
coverage
2528

0 commit comments

Comments
 (0)