From 97890a8e225ca790c7023c450d34475ec6d9b9ca Mon Sep 17 00:00:00 2001 From: Rocher Date: Wed, 23 Oct 2024 14:18:33 +0200 Subject: [PATCH] test drone --- .gitignore | 5 +++++ .idea/.gitignore | 8 -------- .idea/WF-Website.iml | 8 -------- .idea/dataSources.xml | 12 ------------ .idea/material_theme_project_new.xml | 12 ------------ .idea/modules.xml | 8 -------- .idea/php.xml | 22 ---------------------- .idea/sqldialects.xml | 6 ------ .idea/vcs.xml | 6 ------ drone.yml | 2 +- 10 files changed, 6 insertions(+), 83 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/.gitignore delete mode 100644 .idea/WF-Website.iml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/material_theme_project_new.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/sqldialects.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d35f764 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore files specific to IntelliJ IDEA +.idea/ + +# Ignore files specific to Visual Studio Code +.vscode/ \ No newline at end of file diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 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/WF-Website.iml b/.idea/WF-Website.iml deleted file mode 100644 index c956989..0000000 --- a/.idea/WF-Website.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index e2ffbc4..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://localhost:5432/dbwikifantasy - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml deleted file mode 100644 index b631df8..0000000 --- a/.idea/material_theme_project_new.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index eecd269..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 ff1c9c2..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index e294281..0000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/drone.yml b/drone.yml index b1cb422..712117c 100644 --- a/drone.yml +++ b/drone.yml @@ -19,4 +19,4 @@ steps: sonar_host: from_secret: Wikifantasy_sonar_host sonar_token: - from_secret: Wikifantasy_sonar_token \ No newline at end of file + from_secret: Wikifantasy_sonar_token \ No newline at end of file