7
galena
3d

.gitignore contains .gitignore

Comments
  • 3
    I see that as a feature, literally.
  • 2
    But does it still work? (if it does, that would be interesting)

    BTW if a file was added before being added to .gitignore git should still track it, maybe that's what's happening?
  • 4
    🤔
  • 2
    @BordedDev

    Should then work like a .git/info/exclude file.
  • 2
    @BordedDev should work no prob. It just means its changes are no longer tracked. You can still force-add gitignored items if you really want to.

    I remember I've used that in one of my projects. Can't remember why...
Add Comment