rename *ignore_global/local to *ignore.global/local.txt

This commit is contained in:
luk
2024-04-20 11:55:00 +08:00
parent 7d3cf98072
commit 30e0c2551a
12 changed files with 39 additions and 137 deletions

View File

@@ -47,7 +47,7 @@ then
fi
echo "---------------------------------------------"
echo "Path to global gitignore file? (For example ~/.gitignore_global, leave blank for no change)"
echo "Path to global gitignore file? (For example ~/.gitignore.global.txt, leave blank for no change)"
read -p ">>> " ExcludesFile
if [ $ExcludesFile ]
then