Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gupload ignoring exclude of .git folder #179

Closed
scottmarlow opened this issue Dec 3, 2021 · 0 comments · Fixed by #185
Closed

gupload ignoring exclude of .git folder #179

scottmarlow opened this issue Dec 3, 2021 · 0 comments · Fixed by #185
Labels

Comments

@scottmarlow
Copy link

To recreate:

  • mkdir ~/testupload
  • cd ~/testupload
  • echo "helloworld" > hello.txt
  • git init
  • cd ..
  • gupload testupload --exclude .git

gupload is including the ~/testupload/.git folder contents.

Other options tried to exclude:

  • gupload testupload --exclude .git*
  • gupload -ex .git testupload
  • gupload -ex ".git" testupload
  • gupload -ex git testupload

The ~/testupload/.git folder is always uploaded for me.

@Akianonymus Akianonymus added the bug label Dec 4, 2021
@Akianonymus Akianonymus linked a pull request May 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants