From 4a3f3fa9cd040fdd1f93edc70bfeb824869939fd Mon Sep 17 00:00:00 2001 From: wanganlin00 Date: Wed, 20 Nov 2024 14:04:11 +0800 Subject: [PATCH] 0 --- .gitattributes | 2 ++ .gitignore | 4 ++++ R_data_science/.gitignore | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2118eda --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata \ No newline at end of file diff --git a/R_data_science/.gitignore b/R_data_science/.gitignore index 7bfe47b..a07c700 100644 --- a/R_data_science/.gitignore +++ b/R_data_science/.gitignore @@ -2,6 +2,6 @@ .Rhistory .RData .Ruserdata -/.quarto + /*cache/ /.quarto/