From 84d4d70ad9845933cedb9508a82e9070608c5885 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Wed, 11 Dec 2019 15:00:39 +0800 Subject: [PATCH] FIX gitignore .bashrc file --- .bashrc | 1 - .gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .bashrc diff --git a/.bashrc b/.bashrc deleted file mode 100644 index d3f5a12fa..000000000 --- a/.bashrc +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.gitignore b/.gitignore index ea08c700e..6a4516d20 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # mac *.DS_Store +.bashrc # Ignore all logfiles and tempfiles. /log/*