Skip to content

Commit 7c6dc46

Browse files
committed
Add ConvertKit vendor libraries to repository
- Update .gitignore to allow vendor/convertkit/ folder - Include ConvertKit WordPress libraries for Kit OAuth integration - Maintain existing Freemius vendor exception
1 parent cafccad commit 7c6dc46

7 files changed

Lines changed: 4992 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Ignore entire vendor except Freemius
1+
# Ignore entire vendor except Freemius and ConvertKit
22
/vendor/*
33
!/vendor/freemius/
4+
!/vendor/convertkit/
45

56
# Tooling
67
/phpcompat-tools/

0 commit comments

Comments
 (0)