diff --git a/.gitignore b/.gitignore index 1ad78d4..9cb88b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,26 +1,27 @@ -# +---------------------+ -# + Project Environment + -# +---------------------+ +# +--------------+ +# + Apache Maven + +# +--------------+ /target/ -# +------+ -# + Java + -# +------+ -*.class -*.jar - -# JVM crash logs -# http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* - # +---------------+ # + IntelliJ IDEA + # +---------------+ # https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 out/ .idea/* +!.idea/runConfigurations !.idea/compiler.xml !.idea/encodings.xml !.idea/misc.xml !.idea/modules.xml !.idea/vcs.xml + +# +------+ +# + Java + +# +------+ +*.class +*.jar + +# JVM crash logs +# http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/.idea/misc.xml b/.idea/misc.xml index b881e27..6618e18 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,9 +25,6 @@