Skip to content

Commit

Permalink
Merge pull request #2 from joomlagerman/rm-files-licence-cod
Browse files Browse the repository at this point in the history
remove two files "license and cod" from downloaded repo
  • Loading branch information
tecpromotion authored Apr 24, 2019
2 parents 7e09273 + c1e217c commit c995296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function loadGit()

echo -e "- Lösche .git-Dateien... \c"
find "${GIT_DIR}" -type d -name '.git' | xargs rm -rf
rm -f "${GIT_DIR}/.gitattributes" "${GIT_DIR}/README.md" "${GIT_DIR}/.gitignore"
rm -f "${GIT_DIR}/.gitattributes" "${GIT_DIR}/.gitignore" "${GIT_DIR}/CODE_OF_CONDUCT.md" "${GIT_DIR}/README.md" "${GIT_DIR}/LICENSE"
echo -e "OK!\n"
}

Expand Down

0 comments on commit c995296

Please sign in to comment.