github.com/redhat-appstudio/e2e-tests@v0.0.0-20240520140907-9709f6f59323/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  *.xml
     8  
     9  # Test binary, built with `go test -c`
    10  *.test
    11  coverage.*
    12  # Output of the go coverage tool, specifically when used with LiteIDE
    13  *.out
    14  
    15  # Dependency directories (remove the comment below to include it)
    16  vendor/
    17  bin/
    18  .idea/
    19  tmp/
    20  .DS_Store
    21  .vscode/configurationCache.log
    22  .vscode/dryrun.log
    23  .vscode/targets.log
    24  .cache/
    25  .tmp/
    26  venv/
    27  tapa.git
    28  
    29  # RP Preproc output
    30  rp_preproc/
    31  
    32  # Files likely to be created by users
    33  user.env
    34  *.swp