Skip to content

Commit

Permalink
解决批量新增打包编译问题,完善git忽略文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoulingfengofcd committed Feb 27, 2020
1 parent 8bd133f commit 692c9fc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
36 changes: 32 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
.DS_Store
.idea
.gradle
yarn.lock
*.project

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**

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

yarn.lock
*.classpath
*.project
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

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

### VS Code ###
.vscode/
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import static zuo.biao.apijson.JSONObject.KEY_COMBINE;
import static zuo.biao.apijson.JSONObject.KEY_DROP;
import static zuo.biao.apijson.JSONObject.KEY_TRY;
import static zuo.biao.apijson.RequestMethod.POST;
import static zuo.biao.apijson.RequestMethod.PUT;
import static zuo.biao.apijson.server.SQLConfig.TYPE_ITEM;

Expand Down

0 comments on commit 692c9fc

Please sign in to comment.