Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to 'exclude' #133

Closed
fuzzyweapon opened this issue May 28, 2015 · 4 comments
Closed

Add to 'exclude' #133

fuzzyweapon opened this issue May 28, 2015 · 4 comments
Milestone

Comments

@fuzzyweapon
Copy link

The other file that uses .gitignore style syntax is the exclude file found in .git/info/

This is used for people to add ignores necessary for their local environment but not something that makes sense to commit into say, a team repo.

For instance, I have an intellij plugin for work, but not everyone uses it. Sadly, the plugin author (I will not name names but it's from a prominent company) decided to create some weird folder in the root of my project and throw an xml file in it instead of doing this in the .idea folder.

It'd be good if we could re-use the functionality we get for .gitignore for exclude.

@fuzzyweapon
Copy link
Author

This is, obviously, a feature request. 😸

@hsz
Copy link
Member

hsz commented May 28, 2015

@fuzzyweapon Thank you for this request.

Do you have any proposition, how to present user this file ?

User cannot open it manually from the IDE because whole .git directory is hidden.

@dsxack
Copy link

dsxack commented Jun 3, 2015

@hsz, For make .git is visible – you should remove .git from Ignore files and folders input. Its need for working with .git/hooks and .git/info/ or other:

screenshot at jun 03 12-59-54

@hsz
Copy link
Member

hsz commented Jun 3, 2015

@dsxack That's additional work that all of the JetBrains users will have to do.

@hsz hsz added this to the 1.2 milestone Jun 3, 2015
@hsz hsz modified the milestones: 1.4, 1.2 May 19, 2016
@hsz hsz closed this as completed in 5adea86 May 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants