meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.58k stars 279 forks source link

MEGAsync does not upload .git and .gitignore files! #772

Open Rashcodeacademy opened 1 year ago

Rashcodeacademy commented 1 year ago

MEGAsync does not upload .git and .gitignore files! is there a way to include them without deleting .* from exclude area?

mattw-mega commented 1 year ago

This will be easy in the near future. We have an upcoming release that introduces .megaignore files for controlling exclusions and you can re-include subsets. You can try out an Alpha version here, and it has a link to the issue describing the .megaignore format. thanks https://github.com/meganz/MEGAsync/issues/770

alex-cornejo commented 3 weeks ago

MEGAsync does not upload .git and .gitignore files! is there a way to include them without deleting .* from exclude area?

You can add

+:.gitignore
+:.git

to your .megaignore file. It worked for me.