-
Enhancement
-
Resolution: Won't Do
-
Minor
-
4.2.0.Beta3
currently Any openshift app creation/import we add the following blindly:
target .settings/* !.settings/.jsdtscope .classpath
These does not make much sense for most apps besides java.
Can't we be a bit more intelligent about it ?
i.e. if the project is not a maven project, don't add 'target'
if project is not a java project do not add .classpath
And then I suggest adding comments to the .gitignore to make it clear what they do:
# if you want *all* eclipse settings to be shared comment this out, otherwise leave in. .settings/* # keep .jsdtscope to share javascript validations exclusions to avoid too many false positive warnings !.settings/.jsdtscope
- is related to
-
JBIDE-11134 Application wizard: Do not put Eclipse files into .gitignore if an existing project is shared with different Git repository
- Closed
- relates to
-
JBIDE-17905 Server Adapter: cannot publish commits (only) when there are local changes (can only commit and push)
- Closed
-
JBIDE-14689 Application wizard: Investigate how to exclude .jsdtscope in .gitignore
- Closed
-
JBIDE-17984 Application wizard: dont commit nor push changes back to OpenShift
- Closed
-
JBIDE-11134 Application wizard: Do not put Eclipse files into .gitignore if an existing project is shared with different Git repository
- Closed