From 038b2ecd281269de583b5f0bf08e0a1aa1faa05c Mon Sep 17 00:00:00 2001 From: moebiusSurfing Date: Tue, 19 Nov 2024 02:29:45 +0100 Subject: [PATCH] . --- .gitattributes | 1 - Git_ignore.ps1 | 7 ------- Git_setup.ps1 | 4 ---- 3 files changed, 12 deletions(-) delete mode 100644 .gitattributes delete mode 100644 Git_ignore.ps1 delete mode 100644 Git_setup.ps1 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 8ada963..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.db filter=lfs diff=lfs merge=lfs -text diff --git a/Git_ignore.ps1 b/Git_ignore.ps1 deleted file mode 100644 index cb9c5f1..0000000 --- a/Git_ignore.ps1 +++ /dev/null @@ -1,7 +0,0 @@ - -# rm all files -git rm -r --cached . -# add all files as per new .gitignore -git add . -# now, commit for new .gitignore to apply -git commit -m ".gitignore is now working" diff --git a/Git_setup.ps1 b/Git_setup.ps1 deleted file mode 100644 index e369fb5..0000000 --- a/Git_setup.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -git init -git add . -git commit -m "Creating Git repository" -git push \ No newline at end of file