Skip to content

Commit c2e0358

Browse files
committed
Move plugin files to a subdirectory
1 parent cbcdaa5 commit c2e0358

File tree

67 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ wp-setup.sh export-ignore
99
/.github export-ignore
1010
/grammar-tools export-ignore
1111
/tests export-ignore
12-
/wp-includes/sqlite/class-wp-sqlite-crosscheck-db.php export-ignore
12+
/plugins/sqlite-database-integration/wp-includes/sqlite/class-wp-sqlite-crosscheck-db.php export-ignore
1313
/wordpress export-ignore

activate.php renamed to plugins/sqlite-database-integration/activate.php

File renamed without changes.

admin-notices.php renamed to plugins/sqlite-database-integration/admin-notices.php

File renamed without changes.

admin-page.php renamed to plugins/sqlite-database-integration/admin-page.php

File renamed without changes.

composer.json renamed to plugins/sqlite-database-integration/composer.json

File renamed without changes.

constants.php renamed to plugins/sqlite-database-integration/constants.php

File renamed without changes.

db.copy renamed to plugins/sqlite-database-integration/db.copy

File renamed without changes.

deactivate.php renamed to plugins/sqlite-database-integration/deactivate.php

File renamed without changes.

health-check.php renamed to plugins/sqlite-database-integration/health-check.php

File renamed without changes.

integrations/query-monitor/boot.php renamed to plugins/sqlite-database-integration/integrations/query-monitor/boot.php

File renamed without changes.

0 commit comments

Comments
 (0)