删除多余文件

This commit is contained in:
lewis492772550 2022-03-30 15:15:23 +08:00
parent c033cb5c0b
commit 377536fddb
1 changed files with 29 additions and 56 deletions

85
.gitignore vendored
View File

@ -1,62 +1,35 @@
# ---> Eclipse mvnw
.metadata mvnw.cmd
bin/ HELP.md
tmp/ target/
*.tmp !.mvn/wrapper/maven-wrapper.jar
*.bak !**/src/main/**/target/
*.swp !**/src/test/**/target/
*~.nib
local.properties
.settings/
.loadpath
.recommenders
# External tool builders ### STS ###
.externalToolBuilders/ .apt_generated
.classpath
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
# Java annotation processor (APT)
.factorypath .factorypath
.project
# PDT-specific (PHP Development Tools) .settings
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans .springBeans
.sts4-cache
# Code Recommenders ### IntelliJ IDEA ###
.recommenders/ .idea
*.iws
*.iml
*.ipr
# Annotation Processing ### NetBeans ###
.apt_generated/ /nbproject/private/
.apt_generated_test/ /nbbuild/
/dist/
# Scala IDE specific (Scala & Java development for Eclipse) /nbdist/
.cache-main /.nb-gradle/
.scala_dependencies build/
.worksheet !**/src/main/**/build/
!**/src/test/**/build/
# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
### VS Code ###
.vscode/