Skip to content

Commit

Permalink
Add gitattributes settings for compiled angular files
Browse files Browse the repository at this point in the history
Angular compiles source code  into js and css files. These are not
normal text files and should be treated as binary files.

Also deleted unneeded map files.
  • Loading branch information
bennettpeter committed Jun 5, 2024
1 parent a448cbe commit 358e9ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
3 changes: 3 additions & 0 deletions mythtv/html/apps/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# css and js files in this directory are generated by the Angular compiler
*.css binary
*.js binary
3 changes: 3 additions & 0 deletions mythtv/html/apps/backend/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# css and js files in this directory are generated by the Angular compiler
*.css binary
*.js binary
18 changes: 0 additions & 18 deletions mythtv/html/apps/frontend.css.map

This file was deleted.

1 change: 0 additions & 1 deletion mythtv/html/apps/frontend.js.map

This file was deleted.

0 comments on commit 358e9ad

Please sign in to comment.