github.com/navikt/knorten@v0.0.0-20240419132333-1333f46ed8b6/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  .DS_Store
     9  
    10  # Test binary, built with `go test -c`
    11  *.test
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  
    16  # Dry run creates vaules for helm charts
    17  charts/*
    18  
    19  # Running local needs Helm repo file (or Helm installed)
    20  .helm-repositories.yaml
    21  
    22  # editors
    23  .idea
    24  .tool-versions
    25  *.json
    26  *.env
    27  .default-egress-airflow-worker.yaml
    28  
    29  hack
    30  
    31  # npm
    32  node_modules
    33  !package-lock.json
    34  !package.json