diff options
| author | Yuval Adam <_@yuv.al> | 2017-11-17 14:54:19 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-11-17 14:54:19 +0200 |
| commit | 1c703284cfa73350b794d50795133f2c2ea26f0b (patch) | |
| tree | 73b2fb83395ac2ed27a47ce5d1a6f080b536b305 /cron/.gitignore | |
| parent | f6b1c6ad35accad8d93370024d7f0b3088f32bdc (diff) | |
Add lambda cron task
Diffstat (limited to 'cron/.gitignore')
| -rw-r--r-- | cron/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
