[jbosstools-issues] [JBoss JIRA] (JBIDE-17904) Server adapter: make .gitignore addition smarter and add comments to ignored files

Andre Dietisheim (JIRA) issues at jboss.org
Fri Jan 9 09:25:30 EST 2015


    [ https://issues.jboss.org/browse/JBIDE-17904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031305#comment-13031305 ] 

Andre Dietisheim commented on JBIDE-17904:
------------------------------------------

setting fixVersion to LATER since the main focus now is to create tooling for OpenShift v3.

> Server adapter: make .gitignore addition smarter and add comments to ignored files
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-17904
>                 URL: https://issues.jboss.org/browse/JBIDE-17904
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.2.0.Beta3
>            Reporter: Max Rydahl Andersen
>            Priority: Minor
>              Labels: server_adapter
>             Fix For: LATER
>
>
> currently *Any* openshift app creation/import we add the following blindly:
> {code}
> target
> .settings/*
> !.settings/.jsdtscope
> .classpath
> {code}
> 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:
> {code}
> # 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
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list