Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add .npmignore file to exclude unnecessary files from npm package
This commit adds a .npmignore file to the project. This file is used to prevent unnecessary files and directories (like tests, types, and configuration files) from being included when the project is packaged for distribution via npm. This helps to keep the package size small and only includes the files necessary for the package to function.
- Loading branch information