Hey i want to add a script to my package.json
but don't want to check in this addition to our git because it affects the behaviour of the project for my colleagues.
The script i want to add is a precommit-Hook which is handled by husky. Is there a possibility to have something like a package.override.json where i define the script and ignore the file in .gitignore or are there different approaches?