Skip to content

Commit f3a725f

Browse files
jancborchardtAntreesy
authored andcommitted
fix: Add .tgz files generated by 'npm pack' to .gitignore
Signed-off-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com>
1 parent 806dad4 commit f3a725f

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)