1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:42:10 +02:00
tldr/pages/common/git-ignore.md
2020-04-11 09:03:11 +08:00

261 B

git ignore

Generate .gitignore files from predefined templates. More information: https://docs.gitignore.io/install/command-line.

  • List available templates:

git ignore list

  • Generate a .gitignore template:

git ignore {{item_a,item_b,item_n}}