We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e09273 + c1e217c commit c995296Copy full SHA for c995296
Hilfsprogramme/Release/createTranslationRelease/helpers/general.sh
@@ -41,7 +41,7 @@ function loadGit()
41
42
echo -e "- Lösche .git-Dateien... \c"
43
find "${GIT_DIR}" -type d -name '.git' | xargs rm -rf
44
- 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"
45
echo -e "OK!\n"
46
}
47
0 commit comments