github.com/kiali/kiali@v1.84.0/.gitignore (about)

     1  ############################################
     2  #                BACKEND                   #
     3  ############################################
     4  
     5  # Binaries for programs and plugins
     6  *.exe
     7  *.dll
     8  *.so
     9  *.dylib
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
    18  .glide/
    19  
    20  # The compiled binary
    21  /kiali
    22  
    23  # Files specific to our build process
    24  _output
    25  
    26  # Swap files
    27  .*.sw*
    28  
    29  # Eclipse
    30  .project
    31  .settings/
    32  
    33  # IntelliJ
    34  .idea/
    35  
    36  # VSCode
    37  .vscode/
    38  
    39  # Swagger
    40  swagger.json
    41  
    42  # The vendor directory is to be committed to the git repo
    43  #vendor/
    44  
    45  # Configuration files for the hack scripts
    46  hack/*.local.sh
    47  
    48  # E2E testing files
    49  tests/integration/junit-rest-report.xml
    50  tests/integration/int-test.log
    51  
    52  # Do not commit operator code to this repo
    53  operator
    54  
    55  # Do not commit helm-charts code to this repo
    56  helm-charts
    57  
    58  # Ignore ansible if a dev has installed it under kiali for convenience
    59  ansible
    60  
    61  ############################################
    62  #                FRONTEND                  #
    63  ############################################
    64  
    65  # See https://help.github.com/ignore-files/ for more about ignoring files.
    66  
    67  # dependencies
    68  frontend/node_modules
    69  
    70  # IDE
    71  frontend/.idea
    72  frontend/.vscode
    73  
    74  # testing
    75  frontend/coverage
    76  
    77  # production
    78  frontend/build
    79  
    80  # misc
    81  frontend/.DS_Store
    82  frontend/.env.local
    83  frontend/.env.development.local
    84  frontend/.env.test.local
    85  frontend/.env.production.local
    86  
    87  frontend/npm-debug.log*
    88  frontend/yarn-debug.log*
    89  frontend/yarn-error.log*
    90  
    91  frontend/package-lock.json
    92  
    93  frontend/logs
    94  
    95  # Cypress
    96  frontend/cypress/videos
    97  frontend/cypress/screenshots
    98  frontend/cypress/results
    99  
   100  # locales
   101  frontend/public/locales/en