From 53b74fd446353aa472cf7f51629331c3dcd832f8 Mon Sep 17 00:00:00 2001 From: jmurgolo Date: Sat, 10 Feb 2024 19:37:35 -0500 Subject: [PATCH 1/3] testing auto deploy from git --- .gitignore | 6 ++++++ index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..328b382 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ignore ALL .log files +*.log + +# ignore ALL files in ANY directory named temp +temp/ +phpMyAdmin/ \ No newline at end of file diff --git a/index.html b/index.html index 497c6f3..7ccc1a7 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@