first commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -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
|
||||||
8
wp-content/plugins/econgood_civi/econgood_civi.php
Normal file
8
wp-content/plugins/econgood_civi/econgood_civi.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Plugin Name: Econgood CiviCRM Integration
|
||||||
|
* Description: Handle custom Econgood CIVI and Wordpress modifications
|
||||||
|
* Version: 1.0.0
|
||||||
|
* Author: Gerrit Elbrink
|
||||||
|
*/
|
||||||
|
?>
|
||||||
Reference in New Issue
Block a user