From 36bb4e788e81f20bf31d7b09547072903f79a2b9 Mon Sep 17 00:00:00 2001 From: whhe Date: Tue, 19 Oct 2021 17:22:23 +0800 Subject: [PATCH] add git config file (#10) --- .gitattributes | 1 + .gitignore | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e666cf7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.DS_Store +.vscode +.idea +*.iml +*.swp +*.log +*.exe +*.exe~ +*.dll +*.so +*.dylib +*.test +*.out -- GitLab