From beee7a3459ada7727deb22395cc33e564b514c84 Mon Sep 17 00:00:00 2001 From: MrWasimAbbasi Date: Sun, 17 Mar 2024 02:24:00 +0500 Subject: [PATCH] .gitignore & yml file for test cases is added --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ .idea/db.iml | 34 +++++++++++++++++++++++++++++++++- .idea/php.xml | 40 +++++++++++++++++++++++++++++++++++++++- composer.json | 2 +- phpunit.xml.dist | 21 +++++++++++++++++++++ 5 files changed, 140 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e69de29..61ac953 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,46 @@ +# phpstorm project files +.idea + +# netbeans project files +nbproject + +# zend studio for eclipse project files +.buildpath +.project +.settings + +# sublime text project / workspace files +*.sublime-project +*.sublime-workspace + +# windows thumbnail cache +Thumbs.db + +# composer vendor dir +/vendor +/composer.lock + +# composer itself is not needed +composer.phar + +# composer.lock in applications is ignored since it's automatically created by composer when application is installed +/apps/*/composer.lock + +# Mac DS_Store Files +.DS_Store + +# phpunit itself is not needed +phpunit.phar + +# local phpunit config and cache +/phpunit.xml +/.phpunit.result.cache + +# ignore dev installed apps and extensions +/apps +/extensions +/packages + +# NPM packages +/node_modules +.env diff --git a/.idea/db.iml b/.idea/db.iml index c956989..64bc337 100644 --- a/.idea/db.iml +++ b/.idea/db.iml @@ -1,7 +1,39 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/php.xml b/.idea/php.xml index 57a5904..35f2242 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,10 +10,48 @@