From 8d254af8a6544f6f78399bb86a1541525337df13 Mon Sep 17 00:00:00 2001 From: Martijn Remmen Date: Fri, 18 Jun 2021 12:33:57 +0200 Subject: [PATCH] Functies verplaatst naar aparte folder --- .funcignore => functions/.funcignore | 0 .gitignore => functions/.gitignore | 0 {Analyzer => functions/Analyzer}/__init__.py | 0 {Analyzer => functions/Analyzer}/function.json | 0 {Analyzer => functions/Analyzer}/sample.dat | 0 host.json => functions/host.json | 0 proxies.json => functions/proxies.json | 0 requirements.txt => functions/requirements.txt | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename .funcignore => functions/.funcignore (100%) rename .gitignore => functions/.gitignore (100%) rename {Analyzer => functions/Analyzer}/__init__.py (100%) rename {Analyzer => functions/Analyzer}/function.json (100%) rename {Analyzer => functions/Analyzer}/sample.dat (100%) rename host.json => functions/host.json (100%) rename proxies.json => functions/proxies.json (100%) rename requirements.txt => functions/requirements.txt (100%) diff --git a/.funcignore b/functions/.funcignore similarity index 100% rename from .funcignore rename to functions/.funcignore diff --git a/.gitignore b/functions/.gitignore similarity index 100% rename from .gitignore rename to functions/.gitignore diff --git a/Analyzer/__init__.py b/functions/Analyzer/__init__.py similarity index 100% rename from Analyzer/__init__.py rename to functions/Analyzer/__init__.py diff --git a/Analyzer/function.json b/functions/Analyzer/function.json similarity index 100% rename from Analyzer/function.json rename to functions/Analyzer/function.json diff --git a/Analyzer/sample.dat b/functions/Analyzer/sample.dat similarity index 100% rename from Analyzer/sample.dat rename to functions/Analyzer/sample.dat diff --git a/host.json b/functions/host.json similarity index 100% rename from host.json rename to functions/host.json diff --git a/proxies.json b/functions/proxies.json similarity index 100% rename from proxies.json rename to functions/proxies.json diff --git a/requirements.txt b/functions/requirements.txt similarity index 100% rename from requirements.txt rename to functions/requirements.txt