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.
Initial import of https://github.com/docker/pinata
- Loading branch information
Misty Stanley-Jones
committed
Sep 29, 2016
1 parent
978130d
commit 3165f14
Showing
644 changed files
with
67,506 additions
and
82 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
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 |
Oops, something went wrong.