github.com/awslabs/clencli@v0.0.0-20210514234156-7ecf17182a20/box/resources/manual/gitignore.yaml (about)

     1  use: gitignore
     2  example: >
     3    if you want to see a list of valid project types:
     4      clencli gitignore list
     5  
     6    If you want to create a .gitignore file for your terraform project:
     7      clencli gitignore --input terraform
     8  
     9    If you want to create a .gitignore file for your project with multiple rules:
    10      clencli gitignore --input terraform,vscode
    11  
    12  short: Download .gitignore based on the given input
    13  long: Download .gitignore based on the given input