From 55c90b14da3e8e3287aa81b8225267b332205272 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 4 Apr 2024 22:51:08 +0200 Subject: [PATCH] Initialer commit --- .gitignore | 1 + .idea/MainSite.iml | 6 +++++- .idea/codeception.xml | 15 +++++++++++++++ .idea/php.xml | 10 ++++++++++ .idea/phpspec.xml | 13 +++++++++++++ .idea/phpunit.xml | 10 ++++++++++ composer.lock | 18 ++++++++++++++++++ 7 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 .idea/codeception.xml create mode 100644 .idea/phpspec.xml create mode 100644 .idea/phpunit.xml create mode 100644 composer.lock diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor diff --git a/.idea/MainSite.iml b/.idea/MainSite.iml index c956989..2c97708 100644 --- a/.idea/MainSite.iml +++ b/.idea/MainSite.iml @@ -1,7 +1,11 @@ - + + + + + diff --git a/.idea/codeception.xml b/.idea/codeception.xml new file mode 100644 index 0000000..9da3754 --- /dev/null +++ b/.idea/codeception.xml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index f324872..77cfdc4 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -10,9 +10,19 @@