Skip to main content

Create .gitignore

Python

curl https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore >> .gitignore

node

curl https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore >> .gitignore

Then remove the duplicate lines with your editor or awk.