Skip to content

Commit 723797d

Browse files
committed
docs: remove website leftovers
The website content moved to the github.com/containerd/containerd.io repository. Commit da1fba0 removed all website- related content, but there were some stray files left behind. This patch removes those files, and updates the `.editorconfig` file to only match Markdown files. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 48bebbb commit 723797d

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

docs/.dockerignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/.editorconfig

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
[*]
1+
[*.md]
22
end_of_line = lf
33
charset = utf-8
44
max_line_length = 80
55
trim_trailing_whitespace = true
66
insert_final_newline = false
7-
8-
[*.{html,js,sh,sass,md,mmark}]
97
indent_style = space
108
indent_size = 2
11-
12-
[Makefile]
13-
indent_style = tab

docs/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)