fix: .cursor в gitignore, sync без git add -A и без .cursor на remotes

This commit is contained in:
Andrey Lutsenko
2026-06-14 21:42:45 +10:00
parent f912a4889a
commit 2eda925101
2 changed files with 9 additions and 2 deletions
+4 -1
View File
@@ -26,7 +26,10 @@ sync_remote() {
fi
done
git add -A
rm -rf .cursor .cursorignore
git add -u .
git add README.md
if git diff --cached --quiet; then
echo "[push-remotes] $remote: без изменений"
else