Some times I have files that only want keep in Tag. Like `dist` folder, I don't want track in any branch, so I add `/dist` to `.gitignore` But I want `dist` keep in Tags to release. By assets document described, add `dist` to assets is no help. >If a file has a match in .gitignore it will always be excluded. So, can add a option to include files only when doing tag? Or have some way to achieve? Thank you!