diff --git a/.gitignore b/.gitignore index e707243..7c4ccf5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ composer.phar /vendor/ /lib/* /node_modules/ +composer.lock +package-lock.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 25773a2..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "java.project.sourcePaths": [ - "" - ] -} diff --git a/.vscode/sftp.json b/.vscode/sftp.json deleted file mode 100644 index 11ead64..0000000 --- a/.vscode/sftp.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "dev1.ogre.me", - "host": "dev.ogre.me", - "protocol": "sftp", - "port": 22, - "username": "dev1ogre", - "password": "KuT+T?ctDqJ?s", - "remotePath": "/home/dev1ogre/public_html/wp-content/plugins/ogre-schema/", - "uploadOnSave": true, - "useTempFile": false, - "openSsh": false, - "ignore": [ - ".vscode", - ".git", - ".DS_Store", - ".gitignore", - "Makefile", - "ogre-schema.zip", - "ogre-schema", - "composer.json", - "composer.lock", - "package.json", - "package-lock.json", - "node_modules", - "phpcs_xml", - "postcss.config.js", - "gulpfile.js" - ] -} diff --git a/composer.lock b/composer.lock deleted file mode 100644 index f718605..0000000 --- a/composer.lock +++ /dev/null @@ -1,53 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", - "This file is @generated automatically" - ], - "content-hash": "62a6a51cbea614094e050f847730af97", - "packages": [ - { - "name": "magicoli/wp-package-updater-lib", - "version": "v0.1.10", - "source": { - "type": "git", - "url": "https://github.com/magicoli/wp-package-updater-lib.git", - "reference": "e822132741c08d054fb97f249b1143c220f30e6f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/magicoli/wp-package-updater-lib/zipball/e822132741c08d054fb97f249b1143c220f30e6f", - "reference": "e822132741c08d054fb97f249b1143c220f30e6f", - "shasum": "" - }, - "require-dev": { - "froger-me/wp-plugin-update-server": "*" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "AGPL-3.0-or-later" - ], - "authors": [ - { - "name": "Magiiic" - } - ], - "description": "Composer package for wp-package-updater library.", - "support": { - "issues": "https://github.com/magicoli/wp-package-updater-lib/issues", - "source": "https://github.com/magicoli/wp-package-updater-lib/tree/v0.1.10" - }, - "time": "2023-06-09T12:42:28+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": {}, - "prefer-stable": false, - "prefer-lowest": false, - "platform": {}, - "platform-dev": {}, - "plugin-api-version": "2.6.0" -} diff --git a/phpcs.xml b/phpcs.xml deleted file mode 100644 index 3130395..0000000 --- a/phpcs.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - SomewhereWarm Coding Standards - - - tests/ - */node_modules/* - */assets/* - */src/* - */vendor/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - tests/ - - - - - - - - - - - - - -