Fast Way to Add a gitignore

Here is a fast way to add a .gitignore file to your project! First, just cd to your root project directory, and then execute the following command:

npx gitignore node

For example, the above will create a .gitignore for Node projects.