istio.io/.gitignore

41 lines
495 B
Plaintext

# hugo artifacts
.hugo_build.lock
# Eclipse artifacts
.project
.pydevproject
*.iml
.idea/
.vscode
tmp/
*.bak
.DS_Store
.tools
.htmlproofer
public
resources
node_modules
generated
# install generated files
install/**
# contains samples to demo Istio
samples/**
# copied from istio repository
tests/integration/**
manifests/**
# certs for test framework
tools/certs/**
# contains the built artifacts
out/**
# contains cloned istio repository
go/**
# archived site version
archived_version