This commit is contained in:
root
2025-09-29 07:35:58 +00:00
parent cd7933ebc7
commit 8c59fc5445
8 changed files with 4 additions and 5 deletions
-1
View File
@@ -11,4 +11,3 @@ backend/node_modules
backend/.env
frontend/node_modules
docker-compose.dev.yml
scripts/docker-release.sh
@@ -319,7 +319,7 @@ manage_stash() {
}
switch_branch() {
local -a unversioned_files=("scripts/dev-script.sh")
local -a unversioned_files=("localscripts/*")
local file
local local_branches remote_branches all_branches master_branch dev_branch feature_branches
local -a sorted_branches
@@ -3,7 +3,7 @@
# ===============================
# Dateien sichern, die nicht gepusht werden
# ===============================
UNVERSIONED_FILES=("scripts/docker-release.sh")
UNVERSIONED_FILES=("localscripts/*")
for f in "${UNVERSIONED_FILES[@]}"; do
if [[ -f $f ]]; then
mkdir -p /tmp/git_safe_backup