From fbd218877d2ddadcc20abd0f3b3524bb654372c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Fabr=C3=A9gat?= Date: Thu, 22 Feb 2024 13:29:49 -0800 Subject: [PATCH] adds IntellJ conf files --- .gitignore | 1 - .idea/.gitignore | 8 ++++++++ .idea/copyright/Code_Inc__open_source.xml | 6 ++++++ .idea/copyright/profiles_settings.xml | 3 +++ .idea/jsLibraryMappings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/pdf2img.iml | 12 +++++++++++ .idea/php.xml | 25 +++++++++++++++++++++++ .idea/phpunit.xml | 10 +++++++++ .idea/vcs.xml | 6 ++++++ 10 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/copyright/Code_Inc__open_source.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/pdf2img.iml create mode 100644 .idea/php.xml create mode 100644 .idea/phpunit.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 2cc9865..9fc7239 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -/.idea .DS_Store /node_modules \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/copyright/Code_Inc__open_source.xml b/.idea/copyright/Code_Inc__open_source.xml new file mode 100644 index 0000000..d41a67f --- /dev/null +++ b/.idea/copyright/Code_Inc__open_source.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..d4a6d0b --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..d23208f --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3e9c51b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pdf2img.iml b/.idea/pdf2img.iml new file mode 100644 index 0000000..0d0fb84 --- /dev/null +++ b/.idea/pdf2img.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..cc06949 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..4f8104c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file