From 6b081280ba75c3cb945aae4083c4a417acb39f2e Mon Sep 17 00:00:00 2001 From: smac89 Date: Tue, 15 Oct 2019 14:08:07 -0600 Subject: [PATCH] Gitignore update --- .gitignore | 94 ++- packaging/.idea/.gitignore | 2 + packaging/.idea/.name | 1 + packaging/.idea/codeStyles/Project.xml | 533 ++++++++++++++++++ .../.idea/codeStyles/codeStyleConfig.xml | 5 + packaging/.idea/encodings.xml | 6 + packaging/.idea/gradle.xml | 23 + packaging/.idea/misc.xml | 7 + packaging/.idea/uiDesigner.xml | 124 ++++ packaging/.idea/vcs.xml | 6 + 10 files changed, 798 insertions(+), 3 deletions(-) create mode 100644 packaging/.idea/.gitignore create mode 100644 packaging/.idea/.name create mode 100644 packaging/.idea/codeStyles/Project.xml create mode 100644 packaging/.idea/codeStyles/codeStyleConfig.xml create mode 100644 packaging/.idea/encodings.xml create mode 100644 packaging/.idea/gradle.xml create mode 100644 packaging/.idea/misc.xml create mode 100644 packaging/.idea/uiDesigner.xml create mode 100644 packaging/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index 2131ddfa..b9300670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,94 @@ -# Created by https://www.gitignore.io/api/java,gradle -# Edit at https://www.gitignore.io/?templates=java,gradle +# Created by https://www.gitignore.io/api/java,gradle,intellij +# Edit at https://www.gitignore.io/?templates=java,gradle,intellij + +### Intellij ### +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# 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/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +### Intellij Patch ### +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 + +# *.iml +# modules.xml +# .idea/misc.xml +# *.ipr + +# Sonarlint plugin +.idea/**/sonarlint/ + +# SonarQube Plugin +.idea/**/sonarIssues.xml + +# Markdown Navigator plugin +.idea/**/markdown-navigator.xml +.idea/**/markdown-navigator/ ### Java ### # Compiled class file @@ -46,4 +134,4 @@ gradle-app.setting ### Gradle Patch ### **/build/ -# End of https://www.gitignore.io/api/java,gradle +# End of https://www.gitignore.io/api/java,gradle,intellij diff --git a/packaging/.idea/.gitignore b/packaging/.idea/.gitignore new file mode 100644 index 00000000..5c98b428 --- /dev/null +++ b/packaging/.idea/.gitignore @@ -0,0 +1,2 @@ +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/packaging/.idea/.name b/packaging/.idea/.name new file mode 100644 index 00000000..0bbc40f6 --- /dev/null +++ b/packaging/.idea/.name @@ -0,0 +1 @@ +java-cef-build \ No newline at end of file diff --git a/packaging/.idea/codeStyles/Project.xml b/packaging/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..1dd1f113 --- /dev/null +++ b/packaging/.idea/codeStyles/Project.xml @@ -0,0 +1,533 @@ + + + + + \ No newline at end of file diff --git a/packaging/.idea/codeStyles/codeStyleConfig.xml b/packaging/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 00000000..b9d18bf5 --- /dev/null +++ b/packaging/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/packaging/.idea/encodings.xml b/packaging/.idea/encodings.xml new file mode 100644 index 00000000..97626ba4 --- /dev/null +++ b/packaging/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/packaging/.idea/gradle.xml b/packaging/.idea/gradle.xml new file mode 100644 index 00000000..3b576f53 --- /dev/null +++ b/packaging/.idea/gradle.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/packaging/.idea/misc.xml b/packaging/.idea/misc.xml new file mode 100644 index 00000000..c3f606d2 --- /dev/null +++ b/packaging/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/packaging/.idea/uiDesigner.xml b/packaging/.idea/uiDesigner.xml new file mode 100644 index 00000000..e96534fb --- /dev/null +++ b/packaging/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/packaging/.idea/vcs.xml b/packaging/.idea/vcs.xml new file mode 100644 index 00000000..6c0b8635 --- /dev/null +++ b/packaging/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file