Skip to content

Commit

Permalink
Merge pull request #1139 from tomusborne/chore/ignore-nvmrc-from-dist
Browse files Browse the repository at this point in the history
Chore: Ignore `.nvmrc` from dist
  • Loading branch information
tomusborne authored Dec 4, 2023
2 parents 238fd2e + c8e393b commit ee79d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tests
.eslintrc.json
.gitattributes
.gitignore
.nvmrc
package-lock.json
package.json
composer.json
Expand Down
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = function( grunt ) {
'!.eslintignore',
'!.eslintrc.json',
'!*.zip',
'!.nvmrc',
],
dest: 'package/generateblocks/',
},
Expand Down

0 comments on commit ee79d7d

Please sign in to comment.