diff --git a/.gitignore b/.gitignore index 63c1976..129a20e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ +application.properties + + +# Created by https://www.gitignore.io/api/java,intellij +# Edit at https://www.gitignore.io/?templates=java,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 @@ -47,8 +54,6 @@ out/ # mpeltonen/sbt-idea plugin .idea_modules/ -*.properties - # JIRA plugin atlassian-ide-plugin.xml @@ -63,3 +68,44 @@ 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 + +### Java ### +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ +git +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* + +# End of https://www.gitignore.io/api/java,intellij \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 604ba13..e904c5d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,9 @@ - - - + + +