From: LuckyWindsck Date: Sat, 7 Jun 2025 11:38:08 +0000 (+0900) Subject: Add files for git & gitkraken + update php (#479) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/60f8f9de0c20547e49939abbb64faba61790db81?hp=60f8f9de0c20547e49939abbb64faba61790db81 Add files for git & gitkraken + update php (#479) * feat(git): add .gitk & .gitignore References: - .gitconfig: https://git-scm.com/docs/git-config#SCOPES - .git-credentials: https://git-scm.com/docs/git-credential-store#FILES - .gitignore: https://git-scm.com/docs/gitignore#_synopsis - .gitk: https://git-scm.com/docs/gitk#_files * feat(gitkraken): add .gk References: - .gk - Issue: https://github.com/gitkraken/vscode-gitlens/issues/3660 - PR: https://github.com/gitkraken/vscode-gitlens/pull/3904 - Implementation (v17.1.1): https://github.com/gitkraken/vscode-gitlens/blob/v17.1.1/src/env/node/gk/localSharedGkStorageLocationProvider.ts#L33 * feat(php): update .php_history References: - .php_history: https://www.php.net/manual/en/migration84.new-features.php#migration84.new-features.readline ---