1
0
mirror of https://github.com/rancher/os.git synced 2025-09-19 00:59:53 +00:00
Files
os/.dockerignore

17 lines
175 B
Plaintext
Raw Normal View History

2015-07-14 18:37:39 +05:00
.DS_Store
2015-02-08 21:38:37 -07:00
.git
.idea
.vendor
.dockerignore
bin
gopath
tmp
2015-03-14 18:19:07 -07:00
state
2015-02-08 21:38:37 -07:00
build
dist
2015-03-14 18:19:07 -07:00
Godeps/_workspace/pkg
2015-09-04 12:13:51 +05:00
tests/integration/.venv*
tests/integration/.tox
*/*/*/*.pyc
*/*/*/__pycache__