From b38d8e539456573327765fe39759ca0fd7b1f15b Mon Sep 17 00:00:00 2001 From: bulw <542220619@qq.com> Date: Mon, 28 Jan 2019 18:53:20 +0800 Subject: [PATCH] data dir --- .gitignore | 3 +-- data/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 data/.gitignore diff --git a/.gitignore b/.gitignore index 3d031da..723ef36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.idea -data \ No newline at end of file +.idea \ No newline at end of file diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file