From 3309e1bc45863d377f181e949244bcce17eb6b6a Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 30 Apr 2025 18:59:31 +0200 Subject: [PATCH] gitignore --- .github/copilot-instructions.md | 1 - .gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 .github/copilot-instructions.md create mode 100644 .gitignore diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md deleted file mode 120000 index fe2dee2..0000000 --- a/.github/copilot-instructions.md +++ /dev/null @@ -1 +0,0 @@ -/Volumes/Storage/Projects/Getiyo-Module-Context/context.md \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ace15b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.github/ \ No newline at end of file