github.com/nginxinc/kubernetes-ingress@v1.12.5/tests/.gitignore (about)

     1  # IntelliJ project files
     2  .idea
     3  out
     4  gen
     5  
     6  # Junit-style report for Jenkins integration
     7  *.xml
     8  
     9  # Python specific files
    10  # Byte-compiled / optimized / DLL files
    11  __pycache__/
    12  *.py[cod]
    13  .pytest_cache
    14  
    15  # Pytest HTML report
    16  *.html
    17  *.css
    18  
    19  # Profiling report files
    20  *.prof