From 1c703284cfa73350b794d50795133f2c2ea26f0b Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 17 Nov 2017 14:54:19 +0200 Subject: Add lambda cron task --- cron/.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cron/.gitignore (limited to 'cron/.gitignore') diff --git a/cron/.gitignore b/cron/.gitignore new file mode 100644 index 0000000..84c61a9 --- /dev/null +++ b/cron/.gitignore @@ -0,0 +1,20 @@ +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Serverless directories +.serverless \ No newline at end of file -- cgit v1.3.1