mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Modified script to delete all ignored files
This commit is contained in:
2
administration/cleanup-ignored.sh
Normal file
2
administration/cleanup-ignored.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
echo "Untracked and ignored files will be deleted..."
|
||||
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fXd)
|
@@ -1,2 +0,0 @@
|
||||
echo "Untracked and ignored files will be deleted..."
|
||||
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fx)
|
Reference in New Issue
Block a user