Despite fixing #174, the deploy is still trying to do hidden files:
git add exited with 128
-- CMD --
git add .DS_Store .index.yml.swp index.html index.markdown release-blog.pl robots.txt sitemap.xml _build/.DS_Store _build/.index.yml.swp blog/index.atom blog/index.html blog/index.rss pod/index.html theme
/.DS_Store blog/tag/release.atom blog/tag/release.rss pod/Statocles/App.html pod/Statocles/Base.html pod/Statocles/Command.html pod/Statocles/Document.html pod/Statocles/Page.html pod/Statocles/Site.html
pod/Statocles/Store.html pod/Statocles/Template.html pod/Statocles/Test.html pod/Statocles/Theme.html pod/Statocles/Types.html theme/blog/index.atom.ep theme/blog/index.html.ep theme/blog/index.rss.ep the
me/blog/post.html.ep theme/images/.DS_Store theme/images/column.png theme/perldoc/pod.html.ep theme/site/footer.html theme/site/head_after.html theme/site/header_after.html theme/site/layout.html.ep theme
/site/sidebar_before.html theme/site/sitemap.xml.ep blog/tag/release/index.html pod/Statocles/App/Blog.html pod/Statocles/App/Perldoc.html pod/Statocles/App/Plain.html pod/Statocles/Help/Setup.html pod/St
atocles/Page/Document.html pod/Statocles/Page/Feed.html pod/Statocles/Page/File.html pod/Statocles/Page/List.html pod/Statocles/Page/Plain.html pod/Statocles/Site/Git.html pod/Statocles/Store/File.html bl
og/2014/12/07/statocles-initial-public-(alpha)-release.html blog/2014/12/08/release-v0.027.html blog/2014/12/14/release-v0.028.html blog/2014/12/22/release-v0.029.html blog/2014/12/23/release-v0.030.html
-- STDOUT --
-- STDERR --
The following paths are ignored by one of your .gitignore files:
.DS_Store
.index.yml.swp
_build/.DS_Store
_build/.index.yml.swp
theme/.DS_Store
theme/images/.DS_Store
Use -f if you really want to add them.
fatal: no files added
Unless the files are actually being generated by Statocles, we should not be adding them. The .swp and .DS_Store files are not being generated by Statocles, but something is still wanting to add them...
Despite fixing #174, the deploy is still trying to do hidden files:
Unless the files are actually being generated by Statocles, we should not be adding them. The .swp and .DS_Store files are not being generated by Statocles, but something is still wanting to add them...