mxgross / EasyBackupBundle

Kimai 2 Plugin for easier backups
MIT License
24 stars 6 forks source link

add gitignore to var/easy_backup #10

Closed kevinpapst closed 4 years ago

kevinpapst commented 4 years ago

Currently git status will report var/easy_backup and all backups as unknown/new files.

This could be fixed by creating a .gitignore file with the contents:

*

when creating the var/easy_backup/ directory.

mxgross commented 4 years ago

Good idea. I implemented it in commit 2b8128e. Now that I found out, I could link the commits by using '#' in the commit message,I will use this feature from now on. :)