Skip to content

Commit d53c679

Browse files
author
Misty Stanley-Jones
committed
Convert TOML to YAML, tweaks to work with Jekyll
1 parent 9f31bb7 commit d53c679

File tree

1,971 files changed

+173168
-76593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,971 files changed

+173168
-76593
lines changed

.gitignore

+8-62
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,8 @@
1-
OSS-LICENSES
2-
.DS_Store
3-
shell/shell
4-
shell/shell-history
5-
shell/out.txt
6-
shell/shell-config.json
7-
shell/shell-env.json
8-
shell9pAPI/shell9pAPI
9-
shell9pAPI/sftp/sftp
10-
shell/sftpKeys
11-
shellAgent/shellAgent
12-
shellAgent/hostKey.pem
13-
shell/key.pem
14-
shell/key.pub
15-
agentSDK/node/node_modules/*
16-
!agentSDK/node/node_modules/dockersdk
17-
agentSDK/lib/agentlib.dylib
18-
agentSDK/node/key.pem
19-
agentSDK/node/keyC.pem
20-
agentSDK/node/keyNode.pem
21-
_tests
22-
all-packages.txt
23-
24-
# ignore compiled binaries
25-
v1/agent/agent
26-
v1/agent/com.docker.agent.exe
27-
v1/cmd/proxy/proxy.exe
28-
29-
# ignore generated SSH keys
30-
v1/clitool/key.pem
31-
v1/agent/hostKey.pem
32-
33-
# ignore files generated by cli testing
34-
v1/agent/application_storage
35-
v1/bin
36-
v1/cmd/agent/agent
37-
38-
v1/db/irmin/_build
39-
v1/db/irmin9p/irmin9p
40-
v1/vendor/github.com/mortdeus/go9p/srv/examples/ufs/ufs
41-
42-
# ignore compiled boot2docker, since we will rebuild it
43-
v1/boot2docker/boot2docker-data.img.tar
44-
v1/boot2docker/vmlinuz64
45-
v1/boot2docker/initrd.img
46-
v1/devtool_sdk/libsrpc/libsrpc
47-
v1/devtool_sdk/libsrpc/libsrpc.dylib
48-
v1/devtool_sdk/libsrpc/libsrpc.h
49-
50-
# ignore temporary files from editors
51-
*.swp
52-
*~
53-
*.sdf
54-
*.VC.opendb
55-
56-
_cache
57-
58-
# PLEASE DON'T PUT SUBPROJECT IGNORE PATTERNS HERE.
59-
# PUT THEM IN THE SUBPROJECT'S .gitignore FILE.
60-
# THIS MAKES MAINTENANCE EASIER. THANK YOU.
61-
v1/mac/dependencies
62-
v1/mac/bin/Windows/Dependencies/HyperVInstaller.ps1
1+
**/.DS_Store
2+
**/desktop.ini
3+
.bundle/**
4+
.jekyll-metadata
5+
_site/**
6+
.sass-cache/**
7+
CNAME
8+
Gemfile.lock

0 commit comments

Comments
 (0)