Open MesropM opened 10 months ago
When doing neocities push ., it will attempt to recursively upload everything in the .git directory. Adding .git to my .gitignore file stops this from happening.
neocities push .
.git
.gitignore
This is on the latest version 0.0.18. This did not happen before I updated the gem.
Would like to chime in to say that this has been happening to me, but your solution seems to have solved it for me too.
When doing
neocities push .
, it will attempt to recursively upload everything in the .git directory. Adding.git
to my.gitignore
file stops this from happening.This is on the latest version 0.0.18. This did not happen before I updated the gem.