Page 1 of 1

Use .gitignore File to Filter Project

Posted: Wed Jun 17, 2015 7:05 pm
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/*

Re: Use .gitignore File to Filter Project

Posted: Thu Jun 18, 2015 3:33 pm
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

Re: Use .gitignore File to Filter Project

Posted: Sat Mar 18, 2023 11:56 pm
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.

Re: Use .gitignore File to Filter Project

Posted: Mon Mar 20, 2023 10:59 am
by alex_jitianu
Hello,

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

best regards,
Alex