Added post-checkout hook to clear build files
parent
f315834f03
commit
02213f5f57
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
# Remove the build directory after checking out a branch
|
||||||
|
rm -rf build > /dev/null 2>&1
|
Reference in New Issue