Loading…
Every professional project needs a .gitignore file. Let's create one!
Create a Node.js project with a proper .gitignore:
node-project.gitignore file that ignores at least these patterns:node_modules/ (dependencies).env (secrets)dist/ (build output).DS_Store (OS file)Remember: Use echo "text" > file to create and echo "text" >> file to append lines to an existing file.
Loading terminal engine...
This may take a moment on first load