From 83d860ef79cd82b9bd154507715389940a596e0b Mon Sep 17 00:00:00 2001 From: Kara Alexandra Date: Mon, 3 Mar 2025 07:55:13 -0600 Subject: [PATCH] Add scripts directory --- .dockerignore | 2 ++ .gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 44acb7c..39f8c9f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,5 @@ +scripts/ + ALttPRandomizer/appsettings.json ALttPRandomizer/appsettings.Development.json ALttPRandomizer/[Oo]bj diff --git a/.gitignore b/.gitignore index 23800bb..65f2d27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.sfc appsettings.Development.json kube/ +scripts/ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons.