From e8903896d196bf87e710f770bdd70a9a75165be5 Mon Sep 17 00:00:00 2001 From: Marcos Lilljedahl Date: Wed, 15 Mar 2017 15:00:52 -0300 Subject: [PATCH] Add PWD directory --- .gitignore | 1 - pwd/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 pwd/.gitignore diff --git a/.gitignore b/.gitignore index f99ed7c..088f7fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ play-with-docker node_modules -pwd/* diff --git a/pwd/.gitignore b/pwd/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/pwd/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore