Use .gitignore File to Filter Project

Are you missing a feature? Request its implementation here.
shane_at
Posts: 1
Joined: Wed Jun 17, 2015 6:59 pm

Use .gitignore File to Filter Project

Post by shane_at »

Often, projects correspond with repositories, and in my case that's a git repository. The project filtering options are kind of limited and manual. It would be helpful if you could specify a file containing ignore patterns. Git repos use a file to specify ignores, and I think Subversion and Mercurial do, too, so many users would not need to create the file. An example of the file format (for git) follows.

Code: Select all

node_modules/*
build/*
.idea/*
coverage/*
coverage-json/*
.DS_Store
public/.DS_Store
public/modules/*/*.css
public/modules/*/*/*.css
public/modules/*/js/*.min.js
*~
sftp-config.json
config.json
*.iml
web.sublime-workspace
xvfb.pid
config/app.yml
public/vendor/*
npm-debug.log
ngdocs/*
adrian
Posts: 2867
Joined: Tue May 17, 2005 4:01 pm

Re: Use .gitignore File to Filter Project

Post by adrian »

Hello,

Thank you for the feedback.

I have logged your request to our issue tracking tool.
This will be analyzed and if found appropriate, it will be implemented in a future version of Oxygen. We will notify this thread when this is implemented.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
dcramer
Posts: 163
Joined: Sat Aug 28, 2010 1:23 am

Re: Use .gitignore File to Filter Project

Post by dcramer »

A big +1 for this request. There should be an option to respect version control system ignore files in project views. This seems so obviously useful, I'm surprised it's not supported already.
alex_jitianu
Posts: 1015
Joined: Wed Nov 16, 2005 11:11 am

Re: Use .gitignore File to Filter Project

Post by alex_jitianu »

Hello,

Thank you for your feedback. I've added your vote for the issue.

best regards,
Alex
Post Reply