From b26c8176e127936405c403f257e0d8e8a5ea8a14 Mon Sep 17 00:00:00 2001 From: yyl Date: Fri, 18 Oct 2019 19:02:44 +0800 Subject: [PATCH] .gitignore --- .gitignore | 64 ++++++++++++---- spring-boot-example-activemq/.gitignore | 51 +++++++++++++ spring-boot-example-actuator/.gitignore | 76 +++++++++++++------ spring-boot-example-banner/.gitignore | 76 +++++++++++++------ .../.gitignore | 76 +++++++++++++------ spring-boot-example-elasticsearch/.gitignore | 51 +++++++++++++ spring-boot-example-hello/.gitignore | 76 +++++++++++++------ spring-boot-example-jasypt/.gitignore | 76 +++++++++++++------ spring-boot-example-jpa/.gitignore | 76 +++++++++++++------ spring-boot-example-kafka/.gitignore | 51 +++++++++++++ spring-boot-example-mail/.gitignore | 51 +++++++++++++ spring-boot-example-mongodb/.gitignore | 51 +++++++++++++ .../.gitignore | 51 +++++++++++++ .../.gitignore | 51 +++++++++++++ spring-boot-example-mybatis-plus/.gitignore | 51 +++++++++++++ spring-boot-example-mybatis/.gitignore | 51 +++++++++++++ spring-boot-example-redis/.gitignore | 51 +++++++++++++ spring-boot-example-scheduler/.gitignore | 76 +++++++++++++------ .../.gitignore | 51 +++++++++++++ spring-boot-example-security/.gitignore | 51 +++++++++++++ spring-boot-example-session/.gitignore | 51 +++++++++++++ spring-boot-example-shiro/.gitignore | 76 +++++++++++++------ spring-boot-example-starter/.gitignore | 76 +++++++++++++------ spring-boot-example-thymeleaf/.gitignore | 76 +++++++++++++------ spring-boot-example-web/.gitignore | 76 +++++++++++++------ 25 files changed, 1275 insertions(+), 288 deletions(-) create mode 100644 spring-boot-example-activemq/.gitignore create mode 100644 spring-boot-example-elasticsearch/.gitignore create mode 100644 spring-boot-example-kafka/.gitignore create mode 100644 spring-boot-example-mail/.gitignore create mode 100644 spring-boot-example-mongodb/.gitignore create mode 100644 spring-boot-example-mybatis-multi-source/.gitignore create mode 100644 spring-boot-example-mybatis-plus-dynamic-source/.gitignore create mode 100644 spring-boot-example-mybatis-plus/.gitignore create mode 100644 spring-boot-example-mybatis/.gitignore create mode 100644 spring-boot-example-redis/.gitignore create mode 100644 spring-boot-example-security-custom/.gitignore create mode 100644 spring-boot-example-security/.gitignore create mode 100644 spring-boot-example-session/.gitignore diff --git a/.gitignore b/.gitignore index b1be953..2e3cdc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,51 @@ -/target/ -/*/target/ -!.mvn/wrapper/maven-wrapper.jar - - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-activemq/.gitignore b/spring-boot-example-activemq/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-activemq/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-actuator/.gitignore b/spring-boot-example-actuator/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-actuator/.gitignore +++ b/spring-boot-example-actuator/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-banner/.gitignore b/spring-boot-example-banner/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-banner/.gitignore +++ b/spring-boot-example-banner/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-command-line-runner/.gitignore b/spring-boot-example-command-line-runner/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-command-line-runner/.gitignore +++ b/spring-boot-example-command-line-runner/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-elasticsearch/.gitignore b/spring-boot-example-elasticsearch/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-elasticsearch/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-hello/.gitignore b/spring-boot-example-hello/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-hello/.gitignore +++ b/spring-boot-example-hello/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-jasypt/.gitignore b/spring-boot-example-jasypt/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-jasypt/.gitignore +++ b/spring-boot-example-jasypt/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-jpa/.gitignore b/spring-boot-example-jpa/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-jpa/.gitignore +++ b/spring-boot-example-jpa/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-kafka/.gitignore b/spring-boot-example-kafka/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-kafka/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mail/.gitignore b/spring-boot-example-mail/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mail/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mongodb/.gitignore b/spring-boot-example-mongodb/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mongodb/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mybatis-multi-source/.gitignore b/spring-boot-example-mybatis-multi-source/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mybatis-multi-source/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mybatis-plus-dynamic-source/.gitignore b/spring-boot-example-mybatis-plus-dynamic-source/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mybatis-plus-dynamic-source/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mybatis-plus/.gitignore b/spring-boot-example-mybatis-plus/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mybatis-plus/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-mybatis/.gitignore b/spring-boot-example-mybatis/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-mybatis/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-redis/.gitignore b/spring-boot-example-redis/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-redis/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-scheduler/.gitignore b/spring-boot-example-scheduler/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-scheduler/.gitignore +++ b/spring-boot-example-scheduler/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-security-custom/.gitignore b/spring-boot-example-security-custom/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-security-custom/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-security/.gitignore b/spring-boot-example-security/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-security/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-session/.gitignore b/spring-boot-example-session/.gitignore new file mode 100644 index 0000000..2e3cdc4 --- /dev/null +++ b/spring-boot-example-session/.gitignore @@ -0,0 +1,51 @@ +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-shiro/.gitignore b/spring-boot-example-shiro/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-shiro/.gitignore +++ b/spring-boot-example-shiro/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-starter/.gitignore b/spring-boot-example-starter/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-starter/.gitignore +++ b/spring-boot-example-starter/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-thymeleaf/.gitignore b/spring-boot-example-thymeleaf/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-thymeleaf/.gitignore +++ b/spring-boot-example-thymeleaf/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.* diff --git a/spring-boot-example-web/.gitignore b/spring-boot-example-web/.gitignore index 82eca33..2e3cdc4 100644 --- a/spring-boot-example-web/.gitignore +++ b/spring-boot-example-web/.gitignore @@ -1,25 +1,51 @@ -/target/ -!.mvn/wrapper/maven-wrapper.jar - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### IntelliJ IDEA ### -.idea -*.iws -*.iml -*.ipr - -### NetBeans ### -/nbproject/private/ -/build/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ \ No newline at end of file +# Compile files +*.class + +# Package Files +*.jar +*.war +*.ear +*.nar +*.zip +*.tar +*.tar.gz +*.rar + +# Maven +target/ +*.ser +*.ec + +# J2ME +.mtj.tmp/ + +# Eclipse +.classpath +.project +.settings/ +.metadata/ +.factorypath +.springBeans + +# IntelliJ Idea +.idea/ +out/ +*.ipr +*.iws +*.iml + +# BlueJ Files +*.ctxt + +# OS X +.DS_Store + +# Window +Thumbs.db + +# Virtual Machine Crash Logs +hs_err_pid* + +# Log File +*.log +*.log.*