Add src and more files to npmignore

Author: gabrielogregorioCreated Sep 11, 2023Updated Aug 27, 2024

Hi, I'm new to this lib community, and I just wanted to suggest adding more files to npmignore.

I don't know if it was intentional because I don't actively follow the development of this project, but I noticed that there were some files that I don't think are necessary in npm, such as:

  • src
  • .huskyrc
  • CONTRIBUTING.md
  • .lintstagedrc

Captura de tela de 2023-09-11 13-43-12

Mainly src increases the size of the library.

If it was intentional, you can resolve this issue, thanks.