neocities / neocities-ruby

The Neocities Gem - A CLI and library for using the Neocities web site API.
https://neocities.org
52 stars 14 forks source link

`neocities push .` tries to upload the .git directory #47

Open MesropM opened 10 months ago

MesropM commented 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.

This is on the latest version 0.0.18. This did not happen before I updated the gem.

pseudoenigma commented 8 months ago

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.