From a12590481523b58ce99738fec02fc8f4c741cb11 Mon Sep 17 00:00:00 2001 From: RobbBienert Date: Fri, 4 Oct 2024 16:45:16 +0200 Subject: [PATCH] ignoring Jlog artifacts --- personal/.gitignore | 4 ++++ personal/.htaccess | 4 ++++ scripts/.htaccess | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 personal/.gitignore create mode 100644 personal/.htaccess create mode 100644 scripts/.htaccess diff --git a/personal/.gitignore b/personal/.gitignore new file mode 100644 index 0000000..9981f94 --- /dev/null +++ b/personal/.gitignore @@ -0,0 +1,4 @@ +# Jlog generated artifacts +*.inc +*.inc.php +*.xml* diff --git a/personal/.htaccess b/personal/.htaccess new file mode 100644 index 0000000..fc7eaf5 --- /dev/null +++ b/personal/.htaccess @@ -0,0 +1,4 @@ +# .htaccess fuer Verzeichnisse, die nicht fuer die Oeffentlichkeit +# bestimmt sind: + +Options -Indexes diff --git a/scripts/.htaccess b/scripts/.htaccess new file mode 100644 index 0000000..fc7eaf5 --- /dev/null +++ b/scripts/.htaccess @@ -0,0 +1,4 @@ +# .htaccess fuer Verzeichnisse, die nicht fuer die Oeffentlichkeit +# bestimmt sind: + +Options -Indexes