Merge pull request #2414 from strapi/clean-generated-files

Remove .npmignore from generated files.
This commit is contained in:
Jim LAURIE 2018-12-10 16:52:49 +01:00 committed by GitHub
commit f8c0a7daad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,9 +38,6 @@ module.exports = {
'.editorconfig': { '.editorconfig': {
copy: 'editorconfig' copy: 'editorconfig'
}, },
'.npmignore': {
copy: 'npmignore'
},
'.gitignore': { '.gitignore': {
copy: 'gitignore' copy: 'gitignore'
}, },