2017-11-15 15:40:38 +08:00
|
|
|
|
|
|
|
#Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
|
|
|
|
# Godeps workspace
|
|
|
|
/Godeps/_workspace
|
|
|
|
|
|
|
|
.DS_Store
|
|
|
|
tags
|
|
|
|
|
|
|
|
# direnv .envrc files
|
|
|
|
.envrc
|
|
|
|
|
|
|
|
# make-related metadata
|
|
|
|
/.make/
|
|
|
|
|
|
|
|
# precommit temporary directories created by ./hack/verify-generated-docs.sh and ./hack/lib/util.sh
|
|
|
|
/_tmp/
|
|
|
|
/doc_tmp/
|
|
|
|
|
|
|
|
# User cluster configs
|
|
|
|
.kubeconfig
|
|
|
|
|
|
|
|
#Emacs
|
|
|
|
.#*
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# VS-code
|
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# Pycharm
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Eclipse files
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.settings/**
|
|
|
|
|
|
|
|
|
|
|
|
# OSX leaves these everywhere on SMB shares
|
|
|
|
._*
|
2017-11-15 19:33:05 +08:00
|
|
|
|
|
|
|
# build for rainbond
|
|
|
|
|
|
|
|
.release/
|
2017-11-22 17:04:25 +08:00
|
|
|
_output/
|
2017-11-30 21:37:52 +08:00
|
|
|
|
|
|
|
|
2017-12-11 16:17:53 +08:00
|
|
|
hack/deb/ubuntu-trusty
|
2017-12-26 17:15:21 +08:00
|
|
|
hack/contrib/docker/node/release.sh
|
|
|
|
admin.kubeconfig
|
2018-08-02 12:16:50 +08:00
|
|
|
test/*
|