...

Text file src/github.com/emissary-ingress/emissary/v3/.gitignore

Documentation: github.com/emissary-ingress/emissary/v3

     1/build-output/
     2/vendor/
     3
     4*.tgz
     5*.img.tar
     6*.layer.tar
     7.*.stamp
     8/docker/kat-server/server.crt
     9/docker/kat-server/server.key
    10
    11*.pyc
    12*~
    13.cache
    14.coverage
    15.dmypy
    16.dmypy.json
    17.python-version
    18.DS_Store
    19.skip_test_warning
    20venv
    21.venv
    22__pycache__
    23.pytest_cache
    24.mypy_cache
    25.envrc
    26
    27# local files
    28*.local
    29*.local.sh
    30
    31# binaries
    32/charts/docgen
    33
    34# helm chart
    35charts/emissary-ingress/ci/tests/values
    36charts/emissary-ingress/artifacts
    37charts/emissary-ingress/k3dconfig
    38charts/yq
    39
    40/docker/images.sh
    41/docker/images.tar
    42/docker/volume.tar
    43*.docker
    44*.docker.stamp
    45*.docker.tag.*
    46*.docker.push.*
    47
    48*.egg-info
    49/build
    50/python/build
    51dist
    52
    53# kubeapply
    54*.yaml.o
    55
    56# misc
    57*.out
    58*.log
    59*.tmp
    60*.bak
    61*.orig
    62*.rej
    63log.txt
    64
    65# From `make update-aws`
    66/stable.txt
    67/app.json
    68
    69docs/_book
    70docs/_site
    71docs/Gemfile.lock
    72docs/node_modules
    73package-lock.json
    74.netlify
    75node_modules
    76unused-e2e
    77
    78.forge
    79forge.yaml
    80
    81# Editor nonsense
    82.vscode
    83.idea
    84*.iml
    85tags
    86
    87# Test outputs
    88no-such-file
    89envoy.json
    90intermediate.json
    91v1.json
    92check-*.json
    93stats.json
    94ambassador-deployment-*.yaml
    95ambassador-secrets-deployment.yaml
    96*failures.txt
    97*.swp
    98.ambassador_ignore_ingress_class
    99/test-chart-values.yaml
   100# `.coverage.HOSTNAME.PID.NNN` - I'm not sure what causes these to get written, but `make pytest-kat` does it
   101.coverage.*.*.*
   102
   103# --- Files ignored by older versions ---
   104# Remove the tail of this list when the commit making the change gets
   105# far enough in to the past.
   106
   107# 2023-02-20
   108gold.no_yaml.json
   109# 2022-05-19
   110/bin
   111/bin_*/
   112# 2022-04-18
   113/build-aux/version-hack.stamp.mk
   114/manifests/emissary/*.yaml
   115/docs/yaml/versions.yml
   116# 2022-01-31
   117/docker/container.txt
   118/docker/container.txt.stamp
   119
   120# telepresence
   121emissary-agent.env

View as plain text