mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Modified script to delete all ignored files
This commit is contained in:
parent
7c8ebc6e0c
commit
8644feac1d
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)
|
Loading…
Reference in New Issue
Block a user