forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert TOML to YAML, tweaks to work with Jekyll
- Loading branch information
Misty Stanley-Jones
committed
Sep 30, 2016
1 parent
9f31bb7
commit d53c679
Showing
1,971 changed files
with
173,168 additions
and
76,593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,8 @@ | ||
OSS-LICENSES | ||
.DS_Store | ||
shell/shell | ||
shell/shell-history | ||
shell/out.txt | ||
shell/shell-config.json | ||
shell/shell-env.json | ||
shell9pAPI/shell9pAPI | ||
shell9pAPI/sftp/sftp | ||
shell/sftpKeys | ||
shellAgent/shellAgent | ||
shellAgent/hostKey.pem | ||
shell/key.pem | ||
shell/key.pub | ||
agentSDK/node/node_modules/* | ||
!agentSDK/node/node_modules/dockersdk | ||
agentSDK/lib/agentlib.dylib | ||
agentSDK/node/key.pem | ||
agentSDK/node/keyC.pem | ||
agentSDK/node/keyNode.pem | ||
_tests | ||
all-packages.txt | ||
|
||
# ignore compiled binaries | ||
v1/agent/agent | ||
v1/agent/com.docker.agent.exe | ||
v1/cmd/proxy/proxy.exe | ||
|
||
# ignore generated SSH keys | ||
v1/clitool/key.pem | ||
v1/agent/hostKey.pem | ||
|
||
# ignore files generated by cli testing | ||
v1/agent/application_storage | ||
v1/bin | ||
v1/cmd/agent/agent | ||
|
||
v1/db/irmin/_build | ||
v1/db/irmin9p/irmin9p | ||
v1/vendor/github.com/mortdeus/go9p/srv/examples/ufs/ufs | ||
|
||
# ignore compiled boot2docker, since we will rebuild it | ||
v1/boot2docker/boot2docker-data.img.tar | ||
v1/boot2docker/vmlinuz64 | ||
v1/boot2docker/initrd.img | ||
v1/devtool_sdk/libsrpc/libsrpc | ||
v1/devtool_sdk/libsrpc/libsrpc.dylib | ||
v1/devtool_sdk/libsrpc/libsrpc.h | ||
|
||
# ignore temporary files from editors | ||
*.swp | ||
*~ | ||
*.sdf | ||
*.VC.opendb | ||
|
||
_cache | ||
|
||
# PLEASE DON'T PUT SUBPROJECT IGNORE PATTERNS HERE. | ||
# PUT THEM IN THE SUBPROJECT'S .gitignore FILE. | ||
# THIS MAKES MAINTENANCE EASIER. THANK YOU. | ||
v1/mac/dependencies | ||
v1/mac/bin/Windows/Dependencies/HyperVInstaller.ps1 | ||
**/.DS_Store | ||
**/desktop.ini | ||
.bundle/** | ||
.jekyll-metadata | ||
_site/** | ||
.sass-cache/** | ||
CNAME | ||
Gemfile.lock |
Oops, something went wrong.