This commit is contained in:
Luk
2024-02-06 09:46:38 +08:00
parent 117bd403b6
commit dea5529469
2 changed files with 9 additions and 3 deletions

5
git-ignore-merge-here.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo === Merge [.gitignore_global] and [.gitignore_local] to [.gitignore] ===
curl -sSL https://git.faronear.org/npm/sysconfig/raw/branch/main/nixhome/.gitignore_global > .gitignore && cat .gitignore_local >> .gitignore
echo