adding directories

This commit is contained in:
mischa 2023-04-30 17:19:17 +02:00
parent c49bbc503c
commit 1cf04de92c
6 changed files with 20 additions and 5 deletions

5
.gitignore vendored
View File

@ -1,6 +1 @@
change.pl
#records/*
#records-archive/*
#tokens/*
#zonefiles/*
#zonefiles-archive/*

4
records-archive/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
records/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
tokens/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
zonefiles-archive/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
zonefiles/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore