From dab3e09fb8b86dec18eaf9524ee8e8ea4742f3c0 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 17 Oct 2023 14:03:16 +0200 Subject: [PATCH] Include empty data folders in repo --- in/.gitignore | 3 +++ out/.gitignore | 3 +++ tmp/.gitignore | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 in/.gitignore create mode 100644 out/.gitignore create mode 100644 tmp/.gitignore diff --git a/in/.gitignore b/in/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/in/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file diff --git a/out/.gitignore b/out/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/out/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..e7a210e --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,3 @@ +* +*/ +!.gitignore \ No newline at end of file -- GitLab