From 7a5a4b40fc377fa7cb222a03206a43bf6a4e3231 Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Fri, 28 Feb 2025 20:08:12 +0100 Subject: [PATCH] Modificata la struttura delle directory --- .env => tpotce_telekom_security/.env | 0 .../.github}/ISSUE_TEMPLATE/bug-report-for-t-pot.md | 0 .../.github}/ISSUE_TEMPLATE/feature-request-for-t-pot.md | 0 .../.github}/ISSUE_TEMPLATE/general-issue-for-t-pot.md | 0 .../.github}/workflows/basic-support-info.yml | 0 {.github => tpotce_telekom_security/.github}/workflows/stale.yml | 0 .gitignore => tpotce_telekom_security/.gitignore | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename .env => tpotce_telekom_security/.env (100%) rename {.github => tpotce_telekom_security/.github}/ISSUE_TEMPLATE/bug-report-for-t-pot.md (100%) rename {.github => tpotce_telekom_security/.github}/ISSUE_TEMPLATE/feature-request-for-t-pot.md (100%) rename {.github => tpotce_telekom_security/.github}/ISSUE_TEMPLATE/general-issue-for-t-pot.md (100%) rename {.github => tpotce_telekom_security/.github}/workflows/basic-support-info.yml (100%) rename {.github => tpotce_telekom_security/.github}/workflows/stale.yml (100%) rename .gitignore => tpotce_telekom_security/.gitignore (100%) diff --git a/.env b/tpotce_telekom_security/.env similarity index 100% rename from .env rename to tpotce_telekom_security/.env diff --git a/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md b/tpotce_telekom_security/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report-for-t-pot.md rename to tpotce_telekom_security/.github/ISSUE_TEMPLATE/bug-report-for-t-pot.md diff --git a/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md b/tpotce_telekom_security/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request-for-t-pot.md rename to tpotce_telekom_security/.github/ISSUE_TEMPLATE/feature-request-for-t-pot.md diff --git a/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md b/tpotce_telekom_security/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md similarity index 100% rename from .github/ISSUE_TEMPLATE/general-issue-for-t-pot.md rename to tpotce_telekom_security/.github/ISSUE_TEMPLATE/general-issue-for-t-pot.md diff --git a/.github/workflows/basic-support-info.yml b/tpotce_telekom_security/.github/workflows/basic-support-info.yml similarity index 100% rename from .github/workflows/basic-support-info.yml rename to tpotce_telekom_security/.github/workflows/basic-support-info.yml diff --git a/.github/workflows/stale.yml b/tpotce_telekom_security/.github/workflows/stale.yml similarity index 100% rename from .github/workflows/stale.yml rename to tpotce_telekom_security/.github/workflows/stale.yml diff --git a/.gitignore b/tpotce_telekom_security/.gitignore similarity index 100% rename from .gitignore rename to tpotce_telekom_security/.gitignore