diff options
| author | zhanghongqing <[email protected]> | 2021-07-15 14:26:11 +0800 |
|---|---|---|
| committer | zhanghongqing <[email protected]> | 2021-07-15 14:26:11 +0800 |
| commit | 482721db8f66d7cb48b240a90e9faf10318a115e (patch) | |
| tree | 6c6420de177739ec0d0713f1e2851d564224f75c /.gitignore | |
| parent | f797a4c6630160645fc81809cdba755a2321ec11 (diff) | |
删除无用类,添加gitignore文件dev
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eccfb82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +/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/ + +### Jrebel ### +rebel*.xml |
