Ignore compile folder on create project
This commit is contained in:
parent
4229923661
commit
8f9187f034
@ -4,3 +4,4 @@ target=${1:-.}
|
||||
mkdir -p $target{,/roles,/recipes,/files}
|
||||
touch $target/{README.md,install.sh,roles/.gitkeep,recipes/.gitkeep,files/.gitkeep}
|
||||
chmod +x $target/install.sh
|
||||
[ -f $target/.gitignore ] && echo "compile" > $target/.gitignore || echo "compile" >> $target/.gitignore
|
||||
|
Loading…
Reference in New Issue
Block a user