Github Desktop unwanted file duplication -
i'm uploading website i've built onto github, via github desktop (mac). reason, every 1 of files being duplicated on upload.
if have 5 files upload, github try push 10. content of duplicate files blank, except text: mac os x 2°âattrâxthis resource fork intentionally left blank ÿÿ
here's screenshot of i'm seeing in github desktop app: http://i.stack.imgur.com/gmuvk.png
note there 2 of every file. i've removed css , js folders reduce clutter - duplicates of content well.
i've never encountered issue github desktop before. location of project not have duplicates - on github desktop these show up. perhaps 'resource fork' sentence on these duplicate files clue?
my github: http://www.github.com/kylevassella
it seems files generated mac os. see more information here:
https://apple.stackexchange.com/a/14981
you can avoid them creating git ignore .gitignore
file @ root of project , add following line
._*
git ignore file beginning ._
more gitignore here: https://git-scm.com/docs/gitignore
Comments
Post a Comment