Skip to content

Instantly share code, notes, and snippets.

@Aissaoui-Ahmed
Created May 6, 2022 10:17
Show Gist options
  • Save Aissaoui-Ahmed/8310dafdf7a482302f6f6a4febe25604 to your computer and use it in GitHub Desktop.
Save Aissaoui-Ahmed/8310dafdf7a482302f6f6a4febe25604 to your computer and use it in GitHub Desktop.
Download and save gitignore file
# Download and save gitignore file
curl https://raw.githubusercontent.com/github/gitignore/main/<language_programming>.gitignore > .gitignore
# For example Node.JS
curl https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore > .gitignore
# Or python
curl https://raw.githubusercontent.com/github/gitignore/main/Python.gitignore > .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment