diff --git a/.gitignore b/.gitignore index 4a1e613..f23c341 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -build/ +export/ .venv/ *.conf diff --git a/Makefile b/Makefile index 01406d7..db224c8 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ clean: - rm --recursive --force build + rm --recursive --force export rm --force nginx.conf diff --git a/build.py b/build.py index e4c2b49..a7a61bf 100644 --- a/build.py +++ b/build.py @@ -138,7 +138,7 @@ def main(): args = get_args() cwd = Path.cwd().resolve() - output = cwd / "build" + output = cwd / "export" explore = output / "explore" with Path(args.config).resolve().open() as infile: