From dac5b0976123ae0f760ea7643e5481197c2af051 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Tue, 20 Jun 2017 10:11:28 -0500 Subject: [PATCH] intellij project files --- .gitignore | 21 +++++++- .idea/blade.xml | 4 ++ .idea/composerJson.xml | 9 ++++ .idea/inspectionProfiles/Project_Default.xml | 33 +++++++++++++ .idea/laravel-plugin.xml | 9 ++++ .idea/misc.xml | 50 ++++++++++++++++++++ .idea/modules.xml | 8 ++++ .idea/php.xml | 9 ++++ .idea/runConfigurations/phpunit.xml | 6 +++ .idea/runConfigurations/tests.xml | 6 +++ .idea/vcs.xml | 6 +++ phpvms.iml | 19 ++++++++ 12 files changed, 178 insertions(+), 2 deletions(-) create mode 100644 .idea/blade.xml create mode 100644 .idea/composerJson.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/laravel-plugin.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/runConfigurations/phpunit.xml create mode 100644 .idea/runConfigurations/tests.xml create mode 100644 .idea/vcs.xml create mode 100644 phpvms.iml diff --git a/.gitignore b/.gitignore index b9ddd79b..976a8223 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,23 @@ Homestead.json # Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer .rocketeer/ -*.iml -.idea tmp/ + +# intellij files +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/dictionaries + +# Sensitive or high-churn files: +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml + +# Gradle: +.idea/**/gradle.xml +.idea/**/libraries +public/info.php diff --git a/.idea/blade.xml b/.idea/blade.xml new file mode 100644 index 00000000..ddb9fb54 --- /dev/null +++ b/.idea/blade.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/composerJson.xml b/.idea/composerJson.xml new file mode 100644 index 00000000..4199499c --- /dev/null +++ b/.idea/composerJson.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..1cad2918 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,33 @@ + + + + \ No newline at end of file diff --git a/.idea/laravel-plugin.xml b/.idea/laravel-plugin.xml new file mode 100644 index 00000000..116f05ea --- /dev/null +++ b/.idea/laravel-plugin.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..2ef20f42 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..4cceea3a --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 00000000..ceb50366 --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/phpunit.xml b/.idea/runConfigurations/phpunit.xml new file mode 100644 index 00000000..0db633ca --- /dev/null +++ b/.idea/runConfigurations/phpunit.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/tests.xml b/.idea/runConfigurations/tests.xml new file mode 100644 index 00000000..5b1f1ef9 --- /dev/null +++ b/.idea/runConfigurations/tests.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/phpvms.iml b/phpvms.iml new file mode 100644 index 00000000..139f82d1 --- /dev/null +++ b/phpvms.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file