From f8fde3fe32bea351228a2ea1faeea452a24c03b2 Mon Sep 17 00:00:00 2001 From: virgilsisoe <28490646+sisoe24@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:59:18 -0500 Subject: [PATCH] Rename scripts to tools houdini includes a scripts folder which shoud not be on the git attributes exclude --- .gitattributes | 2 +- {scripts => tools}/release_manager.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => tools}/release_manager.py (100%) diff --git a/.gitattributes b/.gitattributes index 703f5e21..80fa83e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,7 +27,7 @@ CHANGELOG.md export-ignore .githooks export-ignore .vscode export-ignore images export-ignore -scripts export-ignore +tools export-ignore tests export-ignore # Source files diff --git a/scripts/release_manager.py b/tools/release_manager.py similarity index 100% rename from scripts/release_manager.py rename to tools/release_manager.py