Compare commits

..

2 Commits

1
.gitignore vendored

@ -3,6 +3,7 @@ out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath

1
.idea/.gitignore vendored

@ -1,3 +1,4 @@
# 默认忽略的文件
/shelf/
/workspace.xml

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />

Loading…
Cancel
Save