added this file to be deleted
This commit is contained in:
parent
9b2e79643d
commit
27e11a8648
14
removegit.sh
14
removegit.sh
@ -1,9 +1,15 @@
|
||||
echo "removing everything related to the starter git repo"
|
||||
echo "Removing everything related to the starter git repo"
|
||||
|
||||
echo "removing git..."
|
||||
echo "Removing git..."
|
||||
rm -rf .git
|
||||
|
||||
echo "removing LICENSE and README.md..."
|
||||
echo "Removing LICENSE and README.md..."
|
||||
rm LICENSE README.md
|
||||
|
||||
echo "keeping .gitignore as it might be useful"
|
||||
echo "Keeping .gitignore as it might be useful"
|
||||
|
||||
echo "Removing this file to prevent future accidental deletes"
|
||||
|
||||
rm removegit.sh
|
||||
|
||||
echo "Bye..."
|
||||
Loading…
Reference in New Issue
Block a user