From cba2edcd4b8a5b12d07079992f76785dd35ac596 Mon Sep 17 00:00:00 2001 From: Shun Fan Date: Fri, 4 Dec 2015 14:16:54 -0800 Subject: [PATCH] Add gitignore for appengine helloworld sample --- appengine/helloworld/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 appengine/helloworld/.gitignore diff --git a/appengine/helloworld/.gitignore b/appengine/helloworld/.gitignore new file mode 100644 index 00000000000..471339729ae --- /dev/null +++ b/appengine/helloworld/.gitignore @@ -0,0 +1,7 @@ +# Eclipse files +.project +.classpath +.settings + +# Target folders +target/