mycom
2022-09-02
220902 gitignore 작업
@5fa795e7877a1f27e6526258fdd6d1171caf88e1
--- .gitignore
+++ .gitignore
... | ... | @@ -2,9 +2,12 @@ |
2 | 2 |
/.idea/ |
3 | 3 |
/.classpath |
4 | 4 |
/.project |
5 |
+/.settings |
|
6 |
+/.jsdtscope |
|
5 | 7 |
/org.eclipse.jdt.core.prefs |
6 | 8 |
/org.eclipse.wst.common.component |
7 | 9 |
/org.eclipse.wst.common.project.facet.core.xml |
8 | 10 |
/org.eclipse.wst.jsdt.ui.superType.container |
9 | 11 |
/org.eclipse.wst.jsdt.ui.superType.name |
10 | 12 |
/org.eclipse.wst.validation.prefs |
13 |
+ |
--- .settings/.gitignore
... | ... | @@ -1,7 +0,0 @@ |
1 | -/.jsdtscope | |
2 | -/org.eclipse.jdt.core.prefs | |
3 | -/org.eclipse.wst.common.component | |
4 | -/org.eclipse.wst.common.project.facet.core.xml | |
5 | -/org.eclipse.wst.jsdt.ui.superType.container | |
6 | -/org.eclipse.wst.jsdt.ui.superType.name | |
7 | -/org.eclipse.wst.validation.prefs |
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?