Skip to content

Commit

Permalink
chore: make .gitattributes pretty again
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Kyle Clemens committed Jul 13, 2018
1 parent f555b7d commit 3570f52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ webserver/web/static/css/style.css linguist-generated
webserver/web/static/css/style.css.map linguist-generated
webserver/web/static/css/dark-style.css linguist-generated
webserver/web/static/css/dark-style.css.map linguist-generated

# vendored css files are in separate subdirectories
webserver/web/static/css/*/* linguist-vendored

# vendored js files are in separate subdirectories
webserver/web/static/js/*/* linguist-vendored

# generated js files are in js root
webserver/web/static/js/* linguist-generated

# linguist detects these as RenderScript, but they're Rust
webserver/src/models/id/*.rs linguist-language=Rust

Expand Down

0 comments on commit 3570f52

Please sign in to comment.