ads367
04-08
2024-04-08 gitignore 등록
@41d17d7154243a5b9969a0509d289fc8f05a51a2
--- .gitignore
+++ .gitignore
... | ... | @@ -1,3 +1,4 @@ |
1 |
+HELP.md |
|
1 | 2 |
target/ |
2 | 3 |
### STS ### |
3 | 4 |
.apt_generated |
... | ... | @@ -7,7 +8,6 @@ |
7 | 8 |
.settings |
8 | 9 |
.springBeans |
9 | 10 |
.sts4-cache |
10 |
-upload/ |
|
11 | 11 |
bin/ |
12 | 12 |
!**/src/main/**/bin/ |
13 | 13 |
!**/src/test/**/bin/ |
... | ... | @@ -17,3 +17,16 @@ |
17 | 17 |
*.iws |
18 | 18 |
*.iml |
19 | 19 |
*.ipr |
20 |
+out/ |
|
21 |
+!**/src/main/**/out/ |
|
22 |
+!**/src/test/**/out/ |
|
23 |
+ |
|
24 |
+### NetBeans ### |
|
25 |
+/nbproject/private/ |
|
26 |
+/nbbuild/ |
|
27 |
+/dist/ |
|
28 |
+/nbdist/ |
|
29 |
+/.nb-gradle/ |
|
30 |
+ |
|
31 |
+### VS Code ### |
|
32 |
+.vscode/(파일 끝에 줄바꿈 문자 없음) |
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?