From ba93d10504871fb45cd7df6bda164afb48818311 Mon Sep 17 00:00:00 2001 From: ihalatch Date: Tue, 25 Mar 2025 10:59:41 +0200 Subject: [PATCH 1/3] changer in index.html - uncomment a line --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bf370f9d..fcc973c2 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@
- +

GIT TUTORIAL GUESTBOOK

GIT TUTORIAL GUESTBOOK

From f96b8f4b323e4f8255d1d63cc6f4be9179e8bcfa Mon Sep 17 00:00:00 2001 From: ihalatch Date: Tue, 25 Mar 2025 15:38:49 +0200 Subject: [PATCH 2/3] Just a regular update, definitely no accidents here... --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 479417d5..201c81b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /.vscode/ - +# ignore ALL .log files +*.log +# ignore ALL files in ANY directory named temp +temp/ log/ From f3f09302c8505a6e044e146942f8fbb54b16f335 Mon Sep 17 00:00:00 2001 From: ihalatch Date: Tue, 25 Mar 2025 15:39:36 +0200 Subject: [PATCH 3/3] Revert "Just a regular update, definitely no accidents here..." This reverts commit f96b8f4b323e4f8255d1d63cc6f4be9179e8bcfa. --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 201c81b4..479417d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ /.vscode/ -# ignore ALL .log files -*.log -# ignore ALL files in ANY directory named temp -temp/ + log/