-2

This is not a .gitignore error. I'm trying to upload a contrib folder that doesn't yet exist in my repository. At first, I tried committing through VScode, which wouldn't detect the file change. Then, I tried to upload via command line with git add ., a commit, and a push. No changes were detected. I deleted the folder, then tried to commit that, but still git doesn't detect any changes. Has anyone experienced this issue?

This folder isn't empty.

Widdles
  • 153
  • 3
  • 12

1 Answers1

-1

Subfolders were empty for some reason. Solved.

Widdles
  • 153
  • 3
  • 12