From 723797d320160efa1fac100d5338f0b37135cbda Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 20 Dec 2018 09:59:11 +0100 Subject: [PATCH] docs: remove website leftovers The website content moved to the github.com/containerd/containerd.io repository. Commit da1fba00503610dce2e9f8a835cf0f1668fc4328 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 --- docs/.dockerignore | 5 ----- docs/.editorconfig | 7 +------ docs/.gitignore | 6 ------ 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 docs/.dockerignore delete mode 100644 docs/.gitignore diff --git a/docs/.dockerignore b/docs/.dockerignore deleted file mode 100644 index 542b61b1c..000000000 --- a/docs/.dockerignore +++ /dev/null @@ -1,5 +0,0 @@ -.dockerignore -.git -.gitignore -Dockerfile -docker-compose.yml \ No newline at end of file diff --git a/docs/.editorconfig b/docs/.editorconfig index 1aabdd3fa..00ecf032e 100644 --- a/docs/.editorconfig +++ b/docs/.editorconfig @@ -1,13 +1,8 @@ -[*] +[*.md] end_of_line = lf charset = utf-8 max_line_length = 80 trim_trailing_whitespace = true insert_final_newline = false - -[*.{html,js,sh,sass,md,mmark}] indent_style = space indent_size = 2 - -[Makefile] -indent_style = tab diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 4322a87a9..000000000 --- a/docs/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -**/.DS_Store -**/desktop.ini -CNAME - -# Hugo-generated content -public/