From 183b738c50584d1d61c8c2c787566542358dd6da Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Thu, 12 Sep 2019 20:21:59 +0200 Subject: [PATCH] Configure .gitignore --- .gitignore | 1 + .idea/$CACHE_FILE$ | 23 ---- .idea/$PRODUCT_WORKSPACE_FILE$ | 18 --- .idea/CommandLine.iml | 8 -- .idea/codeStyles/Project.xml | 115 ------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/deployment.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 9 -- .idea/misc.xml | 6 - .idea/modules.xml | 8 -- .idea/php.xml | 8 -- .idea/workspace.xml | 65 ----------- 12 files changed, 1 insertion(+), 271 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/$CACHE_FILE$ delete mode 100644 .idea/$PRODUCT_WORKSPACE_FILE$ delete mode 100644 .idea/CommandLine.iml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/deployment.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/.idea/$CACHE_FILE$ b/.idea/$CACHE_FILE$ deleted file mode 100644 index f2d6210..0000000 --- a/.idea/$CACHE_FILE$ +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - PHP - - - SQL - - - - - SqlResolveInspection - - - - - - \ No newline at end of file diff --git a/.idea/$PRODUCT_WORKSPACE_FILE$ b/.idea/$PRODUCT_WORKSPACE_FILE$ deleted file mode 100644 index 96ce66b..0000000 --- a/.idea/$PRODUCT_WORKSPACE_FILE$ +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/CommandLine.iml b/.idea/CommandLine.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/CommandLine.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index a4810b6..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,115 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index f99b3f9..0000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 0dab9d5..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index acf5e25..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index 877984f..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 803f3ff..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1568311237973 - - - - - - \ No newline at end of file