From 1cf04de92c53d200381f1d84928ccb9855da09e6 Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 30 Apr 2023 17:19:17 +0200 Subject: [PATCH] adding directories --- .gitignore | 5 ----- records-archive/.gitignore | 4 ++++ records/.gitignore | 4 ++++ tokens/.gitignore | 4 ++++ zonefiles-archive/.gitignore | 4 ++++ zonefiles/.gitignore | 4 ++++ 6 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 records-archive/.gitignore create mode 100644 records/.gitignore create mode 100644 tokens/.gitignore create mode 100644 zonefiles-archive/.gitignore create mode 100644 zonefiles/.gitignore diff --git a/.gitignore b/.gitignore index 9393d5a..24a3b59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ change.pl -#records/* -#records-archive/* -#tokens/* -#zonefiles/* -#zonefiles-archive/* diff --git a/records-archive/.gitignore b/records-archive/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/records-archive/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/records/.gitignore b/records/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/records/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/tokens/.gitignore b/tokens/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/tokens/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/zonefiles-archive/.gitignore b/zonefiles-archive/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/zonefiles-archive/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/zonefiles/.gitignore b/zonefiles/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/zonefiles/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore