mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Added a file to .gitignore that is created after running "scripts/install-sdk.sh"
This commit is contained in:
parent
ff41935273
commit
d9b140353a
2
.gitignore
vendored
2
.gitignore
vendored
@ -84,4 +84,4 @@ foo.js
|
||||
hello.js
|
||||
plugins/c9.docker/containers/ci/files/github_c9_newclient
|
||||
plugins/c9.docker/containers/shared/files/plugins/salesforce*
|
||||
security-audit.log
|
||||
security-audit.log
|
||||
@ -110,8 +110,9 @@ updateCore() {
|
||||
fi
|
||||
|
||||
# without this git merge fails on windows
|
||||
mv ./scripts/install-sdk.sh ./scripts/.install-sdk-tmp.sh
|
||||
cp ./scripts/.install-sdk-tmp.sh ./scripts/install-sdk.sh
|
||||
mv ./scripts/install-sdk.sh './scripts/.#install-sdk-tmp.sh'
|
||||
rm ./scripts/.install-sdk-tmp.sh
|
||||
cp './scripts/.#install-sdk-tmp.sh' ./scripts/install-sdk.sh
|
||||
git checkout -- ./scripts/install-sdk.sh
|
||||
|
||||
git remote add c9 https://github.com/c9/core 2> /dev/null || true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user