From 424df69275f42381c03a27f6468d9a4389808740 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Sun, 4 Feb 2018 23:13:11 -0200 Subject: [PATCH] Added .idea runConfigurations. --- .gitignore | 3 ++- .idea/runConfigurations/PHPUnit.xml | 6 ++++++ .idea/runConfigurations/Run_MySql_Example.xml | 5 +++++ .idea/runConfigurations/Run_Sqlite_Example.xml | 5 +++++ .idea/runConfigurations/Test_MySql.xml | 6 ++++++ .idea/runConfigurations/Test_Postgres.xml | 6 ++++++ .idea/runConfigurations/Test_Sqlite.xml | 6 ++++++ 7 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/PHPUnit.xml create mode 100644 .idea/runConfigurations/Run_MySql_Example.xml create mode 100644 .idea/runConfigurations/Run_Sqlite_Example.xml create mode 100644 .idea/runConfigurations/Test_MySql.xml create mode 100644 .idea/runConfigurations/Test_Postgres.xml create mode 100644 .idea/runConfigurations/Test_Sqlite.xml diff --git a/.gitignore b/.gitignore index 4ff1035..a250a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,13 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: -.idea +.idea/* .idea/workspace.xml .idea/tasks.xml .idea/dictionaries .idea/vcs.xml .idea/jsLibraryMappings.xml +!.idea/runConfigurations # Sensitive or high-churn files: .idea/dataSources.ids diff --git a/.idea/runConfigurations/PHPUnit.xml b/.idea/runConfigurations/PHPUnit.xml new file mode 100644 index 0000000..5b1e3d2 --- /dev/null +++ b/.idea/runConfigurations/PHPUnit.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_MySql_Example.xml b/.idea/runConfigurations/Run_MySql_Example.xml new file mode 100644 index 0000000..daaf860 --- /dev/null +++ b/.idea/runConfigurations/Run_MySql_Example.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Sqlite_Example.xml b/.idea/runConfigurations/Run_Sqlite_Example.xml new file mode 100644 index 0000000..618436d --- /dev/null +++ b/.idea/runConfigurations/Run_Sqlite_Example.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test_MySql.xml b/.idea/runConfigurations/Test_MySql.xml new file mode 100644 index 0000000..e842b28 --- /dev/null +++ b/.idea/runConfigurations/Test_MySql.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test_Postgres.xml b/.idea/runConfigurations/Test_Postgres.xml new file mode 100644 index 0000000..c10103a --- /dev/null +++ b/.idea/runConfigurations/Test_Postgres.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test_Sqlite.xml b/.idea/runConfigurations/Test_Sqlite.xml new file mode 100644 index 0000000..5c2089d --- /dev/null +++ b/.idea/runConfigurations/Test_Sqlite.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file