From 4d6df9ce6e9fac14885c08dc12430afb7ee2e71a Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Thu, 20 Jan 2022 15:21:22 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=99=88=20Aggiornato=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rimossi file personali, che rischiavano di contenere informazioni sensibili o percorsi non legati al progetto (es. path di deployment o webservers esterni) --- .gitignore | 75 ++++++++++- .idea/blade.xml | 1 + .idea/deployment.xml | 14 -- .idea/discord.xml | 7 - .idea/inspectionProfiles/Project_Default.xml | 4 +- .idea/osm_rewrite.iml | 103 -------------- .idea/php.xml | 134 ------------------- .idea/watcherTasks.xml | 4 - .idea/webServers.xml | 10 -- 9 files changed, 72 insertions(+), 280 deletions(-) delete mode 100644 .idea/deployment.xml delete mode 100644 .idea/discord.xml delete mode 100644 .idea/osm_rewrite.iml delete mode 100644 .idea/php.xml delete mode 100644 .idea/watcherTasks.xml delete mode 100644 .idea/webServers.xml diff --git a/.gitignore b/.gitignore index ff99e2f42..8c9d79fdc 100755 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,15 @@ resources/static/vendor/ .phpstorm.meta.php _ide_helper.php _ide_helper_models.php +.idea/deployment.xml +.idea/discord.xml +.idea/php.xml +.idea/sshConfigs.xml +.idea/watcherTasks.xml +.idea/webServers.xml -# Created by https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer -# Edit at https://www.toptal.com/developers/gitignore?templates=phpstorm,laravel,composer +# Created by https://www.toptal.com/developers/gitignore/api/laravel,composer,phpstorm,phpstorm+iml +# Edit at https://www.toptal.com/developers/gitignore?templates=laravel,composer,phpstorm,phpstorm+iml ### Composer ### composer.phar @@ -41,12 +47,10 @@ public_html/hot storage/*.key .env -.env.backup Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache -docker-compose.override.yml ### PhpStorm ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider @@ -112,6 +116,9 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +# SonarLint plugin +.idea/sonarlint/ + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties @@ -154,7 +161,61 @@ fabric.properties # https://plugins.jetbrains.com/plugin/12206-codestream .idea/codestream.xml -# End of https://www.toptal.com/developers/gitignore/api/phpstorm,laravel,composer +### PhpStorm+iml ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -/.phpstorm.meta.php -/_ide_helper.php +# User-specific stuff + +# AWS User-specific + +# Generated files + +# Sensitive or high-churn files + +# Gradle + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake + +# Mongo Explorer plugin + +# File-based project format + +# IntelliJ + +# mpeltonen/sbt-idea plugin + +# JIRA plugin + +# Cursive Clojure plugin + +# SonarLint plugin + +# Crashlytics plugin (for Android Studio and IntelliJ) + +# Editor-based Rest Client + +# Android studio 3.1+ serialized cache file + +### PhpStorm+iml Patch ### +# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023 + +*.iml +modules.xml +.idea/misc.xml +*.ipr + +# End of https://www.toptal.com/developers/gitignore/api/laravel,composer,phpstorm,phpstorm+iml diff --git a/.idea/blade.xml b/.idea/blade.xml index 651ab8e73..cca563c46 100644 --- a/.idea/blade.xml +++ b/.idea/blade.xml @@ -88,6 +88,7 @@ + diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index acff25402..000000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index d8e956166..000000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 51a34c74a..c536f537a 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -9,6 +9,7 @@