

250311 김혜민 gitignore gradle에 맞게 변경
@15dcfe26a60493710436b0d0bedd4edbe1bfbb25
--- .gitignore
+++ .gitignore
... | ... | @@ -1,5 +1,9 @@ |
1 | 1 |
HELP.md |
2 |
-target/ |
|
2 |
+.gradle |
|
3 |
+build/ |
|
4 |
+!gradle/wrapper/gradle-wrapper.jar |
|
5 |
+!**/src/main/**/build/ |
|
6 |
+!**/src/test/**/build/ |
|
3 | 7 |
### STS ### |
4 | 8 |
.apt_generated |
5 | 9 |
.classpath |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?