OblikStudio / kirby-git

Kirby plugin for updating content in the panel via Git
MIT License
84 stars 6 forks source link

.gitignore not being honoured #39

Closed kevquirk closed 1 year ago

kevquirk commented 1 year ago

Hi,

I'm running this plugin along with another plugin for tracking redirects and 404s. This other plugin uses an SQLite DB and I'm trying to add the DB to my .gitignore file on the repo, but kirby-git doesn't seem to be honouring it. The ignore works locally in VSCode, so I know it's not a problem with the file.

Any tips please?

hdodov commented 1 year ago

The plugin does not alter Git's functionality in any way. It just merely executes git add, commit, push, and pull. Have you maybe forgot to upload the .gitignore file on your server?

kevquirk commented 1 year ago

No, it's definitely there. It may something on the server side, I'll keep digging. Thanks.

kevquirk commented 1 year ago

Doh! It was cached. Deleted the file from the cache and all is working now. Thanks again.