Skip to content

Commit df74096

Browse files
authored
Merge pull request #8466 from nextcloud-libraries/backport/8463/stable8
[stable8] chore: Add .tgz files generated by 'npm pack' to .gitignore
2 parents f1ec399 + d8977c9 commit df74096

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)