mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2024-11-20 05:49:54 +01:00
10 lines
217 B
Text
10 lines
217 B
Text
*.ex diff=elixir
|
|
*.exs diff=elixir
|
|
|
|
# Most of js/css files included in the repo are minified bundles,
|
|
# and we don't want to search/diff those as text files.
|
|
*.js binary
|
|
*.js.map binary
|
|
*.css binary
|
|
|
|
*.css diff=css
|