From 939c78ca472c6c9d9d647cd81b342940b7db268c Mon Sep 17 00:00:00 2001 From: yeasy Date: Thu, 30 Jul 2015 14:42:57 +0800 Subject: [PATCH] Initial commit --- .gitignore | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4cb12d8d --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf diff --git a/README.md b/README.md new file mode 100644 index 00000000..4c71eedd --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# docker-compose-files +Some typical docker compose templates.