summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2025-12-23 16:48:02 +0800
committerZhineng Li <[email protected]>2025-12-23 16:48:02 +0800
commit6d146caef0c4d3579961dbd742c955108299fc7d (patch)
tree32a1e9195df03c18120f5a111e82651ab0e20036 /git
parent1d09451b5060012e1e22d0a4d35c9929b161d783 (diff)
add git configs
Diffstat (limited to 'git')
-rw-r--r--git/config5
-rw-r--r--git/ignore5
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
+[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