From 48318e2a0c50f3c2187c84d99cb7675fb3aaba60 Mon Sep 17 00:00:00 2001 From: vboxuser Date: Tue, 10 Dec 2024 18:59:02 +0100 Subject: [PATCH] git ignore --- .gitignore | 2 -- html/.gitignore | 4 ++++ images/.gitignore | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) delete mode 100644 .gitignore create mode 100644 html/.gitignore create mode 100644 images/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d707558..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/images/* -/html/* \ No newline at end of file diff --git a/html/.gitignore b/html/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/html/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/images/.gitignore b/images/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/images/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file