diff options
| author | Zhineng Li <[email protected]> | 2025-12-23 16:48:02 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2025-12-23 16:48:02 +0800 |
| commit | 6d146caef0c4d3579961dbd742c955108299fc7d (patch) | |
| tree | 32a1e9195df03c18120f5a111e82651ab0e20036 /git | |
| parent | 1d09451b5060012e1e22d0a4d35c9929b161d783 (diff) | |
add git configs
Diffstat (limited to 'git')
| -rw-r--r-- | git/config | 5 | ||||
| -rw-r--r-- | git/ignore | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/git/config b/git/config new file mode 100644 index 0000000..65c38c5 --- /dev/null +++ b/git/config @@ -0,0 +1,5 @@ +[user] + name = Zhineng Li + email = [email protected] +[init] + defaultBranch = main diff --git a/git/ignore b/git/ignore new file mode 100644 index 0000000..b948249 --- /dev/null +++ b/git/ignore @@ -0,0 +1,5 @@ +# Generic backup files +*.bak + +# macOS metadata files +.DS_Store |
