Browse Source

🙈 更新根路径下 .gitignore 文件

pull/1/head
Yangkai.Shen 6 years ago
parent
commit
16eb2ced58
1 changed files with 35 additions and 2 deletions
  1. +35
    -2
      .gitignore

+ 35
- 2
.gitignore View File

@@ -1,4 +1,37 @@
.idea/
# Created by .ignore support plugin (hsz.mobi)
### xkcoding-后端 template
### Spring Boot ###
/target/
!.mvn/wrapper/maven-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml *.iml
*.ipr
out/
gen/

### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### LOGS ###
logs/ logs/
target/
*.log

### Mac OS ###
.DS_Store

Loading…
Cancel
Save