From bd9dd625b23a006e34a0c2385635cf7c1593718a Mon Sep 17 00:00:00 2001 From: Stanislav Yakubenko Date: Thu, 1 Jun 2023 11:02:24 +0500 Subject: [PATCH] Add: ignore files for data folders --- data/.gitignore | 2 ++ dumps/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 data/.gitignore create mode 100644 dumps/.gitignore diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/dumps/.gitignore b/dumps/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/dumps/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore