Client: gitignore interpretation

Created on 24 Aug 2014  路  9Comments  路  Source: owncloud/client

Having a few software projects, I would like not to have to sync all the files of a project at each compilation.

It would be nice to be able to automatically add the content of the .gitignore files to the list of ignored files in owncloud sync.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Enhancement

Most helpful comment

:+1:

All 9 comments

I agree. I also have a few folders using git repositories, and it's a burden unlinking them

I would love this too, or at least a .owncloudignore file which gets synced across all the machines

:+1:

Would such a feature have a chance of getting accepted? If so, I might try to implement it.

:+1:

Same here with python virtual environments in git repositories.

We will not use the .gitignore file as this file is for git.
If anything, we could use a .syncignore file.

Actually, i think then this issue should be closed in favor of https://github.com/owncloud/client/issues/1558

This is not something we want.

Note: there is a pull request on the nextcloud repository: https://github.com/nextcloud/desktop/pull/745
(but the implementation as it is today looks like it would slow down the discovery a lot, so i do not recommand using that merge request in this state)

Was this page helpful?
0 / 5 - 0 ratings