Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This tells git to see these files as binary files, so it doesn't clutter the console output with these autogenerated files. For example, git grep or git diff.
- Loading branch information
6742445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the generated files should be listed rather than use *, so that if somebody in future adds a text file here it does not get treated as a binary file.
Also apps/backend has a number of generated files.
6742445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been trying this (thantks Scott):
6742445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have pushed the change to add a gitaccess file to html/apps and html/backend. You can remove this commit from your pull request.
6742445
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Git looks up the tree for
.gitattributes
, which is why I only added the one inmythtv/html/apps
since git will also use it formythtv/html/apps/backend
. Regardless, having one in each directory is probably better.