# 编译后的类文件 *.class # 打包文件 *.jar *.war *.ear # IDE 文件 /.idea/ /.settings/ /*.iml /*.ipr /*.iws # 构建工具目录 /target/ /build/ /out/ # 日志文件 *.log # 系统文件 .DS_Store Thumbs.db### IntelliJ IDEA ### out/ !**/src/main/**/out/ !**/src/test/**/out/ ### Eclipse ### .apt_generated .classpath .factorypath .project .settings .springBeans .sts4-cache bin/ !**/src/main/**/bin/ !**/src/test/**/bin/ ### NetBeans ### /nbproject/private/ /nbbuild/ /dist/ /nbdist/ /.nb-gradle/ ### VS Code ### .vscode/ ### Mac OS ### .DS_Store