Skip to content

Instantly share code, notes, and snippets.

@Jaysok
Last active October 23, 2022 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jaysok/4efcb5b88a6d0746ad0029b6a46bbd97 to your computer and use it in GitHub Desktop.
Save Jaysok/4efcb5b88a6d0746ad0029b6a46bbd97 to your computer and use it in GitHub Desktop.

.gitignore

Toptal .gitignore API

With the help of gitignore.io, we can do this:

# node.js
curl -sL https://www.toptal.com/developers/gitignore/api/node >> .gitignore

Finding a .gitignore for your envirnment

curl -sL https://www.toptal.com/developers/gitignore/api/list | grep java
curl -sL https://www.toptal.com/developers/gitignore/api/list | grep python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment