mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Implemented script to clear untracked files
This commit is contained in:
parent
d55ade992a
commit
7c8ebc6e0c
2
administration/cleanup-untracked.sh
Normal file
2
administration/cleanup-untracked.sh
Normal file
@ -0,0 +1,2 @@
|
||||
echo "Untracked and ignored files will be deleted..."
|
||||
(cd $(dirname $(readlink -f ${0}))/../ && git clean -fx)
|
Loading…
Reference in New Issue
Block a user