summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
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