From ab8f2e8eba40984f14e05359ace92647125f0943 Mon Sep 17 00:00:00 2001 From: Gerrit Elbrink Date: Mon, 15 Sep 2025 16:58:12 +0200 Subject: [PATCH] first commit --- .gitignore | 22 +++++++++++++++++++ .../plugins/econgood_civi/econgood_civi.php | 8 +++++++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 wp-content/plugins/econgood_civi/econgood_civi.php diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1700681 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# ignore everything in the root +/* +/*.* + +# except "wp-content": +!wp-content/ + +# ignore everything in "wp-content": +wp-content/* + +!wp-content/plugins/ + +wp-content/plugins/* + +# except: +!wp-content/plugins/econgood_civi/ + +# ignore htaccess +.htaccess + +!.gitignore +!README.md diff --git a/wp-content/plugins/econgood_civi/econgood_civi.php b/wp-content/plugins/econgood_civi/econgood_civi.php new file mode 100644 index 0000000..1a6a1cc --- /dev/null +++ b/wp-content/plugins/econgood_civi/econgood_civi.php @@ -0,0 +1,8 @@ + \ No newline at end of file