From 9a64a5307603e51eabe3a8218cccd4b45f941f88 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 13 Sep 2017 10:30:21 -0700 Subject: [PATCH] Add gitignore Signed-off-by: Alex Ellis --- .gitignore | 1 + sample-functions/.gitignore | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sample-functions/.gitignore diff --git a/.gitignore b/.gitignore index 47d08a84..25e1a19b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ fwatchdog fwatchdog-armhf **/node_modules/ **/*.DS_Store +.vscode diff --git a/sample-functions/.gitignore b/sample-functions/.gitignore new file mode 100644 index 00000000..56984a34 --- /dev/null +++ b/sample-functions/.gitignore @@ -0,0 +1,3 @@ +master.zip +build +template