knative.dev/pkg@v0.0.0-20260602142205-ac97e43f6622/.gitignore (about)

     1  # Operating system temporary files
     2  .DS_Store
     3  
     4  # Editor/IDE specific settings
     5  .idea
     6  .vscode/
     7  *.iml
     8  
     9  # Temporary output of build tools
    10  bazel-*
    11  *.out
    12  
    13  # Emacs files
    14  *~
    15  
    16  # Generated Test Code
    17  test/genclient