[ 
https://issues.apache.org/jira/browse/NETBEANS-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Romanenko updated NETBEANS-1368:
------------------------------------------
    Description: 
In directory structure:

/Git_Project_Root
/-- subdir
/-- /---> .gitignore
/-- /---> file_to_ignore
/-- .gitignore
  

If file_to_ignore is in same directory as .gitignore, when ignored, the root 
.gitignore is modified instead of the local file.

Can be a problem if git root is outside of the project, so cannot see the file, 
and if framework needs this convention.

  was:
In directory structure:

/Git_Project_Root
|-> subdir
|-> |---> .gitignore
|-> |---> file_to_ignore
|-> .gitignore
  

If file_to_ignore is in same directory as .gitignore, when ignored, the root 
.gitignore is modified instead of the local file.

Can be a problem if git root is outside of the project, so cannot see the file, 
and if framework needs this convention.


> Ignoring a file, does not use local .gitignore, but project root.
> -----------------------------------------------------------------
>
>                 Key: NETBEANS-1368
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1368
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Alexander Romanenko
>            Priority: Minor
>
> In directory structure:
> /Git_Project_Root
> /-- subdir
> /-- /---> .gitignore
> /-- /---> file_to_ignore
> /-- .gitignore
>   
> If file_to_ignore is in same directory as .gitignore, when ignored, the root 
> .gitignore is modified instead of the local file.
> Can be a problem if git root is outside of the project, so cannot see the 
> file, and if framework needs this convention.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to