101 lines
1.2 KiB
Plaintext
101 lines
1.2 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# JS Sourcemaps
|
|
*.js.map
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
bower_components/
|
|
|
|
# Build output
|
|
dist
|
|
__debug_bin*
|
|
|
|
# Web server
|
|
frontend/server/dist
|
|
|
|
# Python built package
|
|
*.egg-info
|
|
dist
|
|
.tox
|
|
|
|
# UI test outputs
|
|
frontend/test/ui/visual-regression/errorShots
|
|
frontend/test/ui/visual-regression/screenshots/diff
|
|
frontend/test/ui/visual-regression/screenshots/screen
|
|
|
|
# sqlite db
|
|
*.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.ijwb/
|
|
*.iml
|
|
|
|
# Merge files
|
|
*.orig
|
|
|
|
*.pyc
|
|
.DS_Store
|
|
build
|
|
|
|
.ipynb_checkpoints
|
|
*.egg-info
|
|
|
|
# go vendor
|
|
vendor
|
|
|
|
# Go module cache
|
|
backend/pkg/mod/cache
|
|
|
|
# Bazel output artifacts
|
|
bazel-*
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# Test temporary files
|
|
_artifacts
|
|
|
|
# Generated Python SDK documentation
|
|
_build
|
|
|
|
# sed backups
|
|
*.bak
|
|
|
|
# virtualenv
|
|
.venv/
|
|
|
|
# python sdk package
|
|
*.tar.gz
|
|
|
|
# Copy from kubeflow/frontend
|
|
coverage/
|
|
|
|
# Python cache
|
|
__pycache__
|
|
.pytest_cache
|
|
|
|
# Coverage
|
|
.coverage
|
|
.coverage*
|
|
|
|
# kfp local execution default directory
|
|
local_outputs/
|
|
|
|
# Ignore the Kind cluster kubeconfig
|
|
kubeconfig_dev-pipelines-api
|
|
|
|
# Ignore debug Driver Dockerfile produced from `make -C backend image_driver_debug`
|
|
backend/Dockerfile.driver-debug
|
|
|
|
backend/src/crd/kubernetes/bin
|
|
|
|
**/allure-*
|
|
**/*.html
|
|
reports/
|
|
logs/
|