Просмотр исходного кода

.gitattributes: Treat js/css/source maps as binary files

This prevents `git grep` from showing the matching line and diffs from
being shown by default.
features/emoji_reactions_list
rinpatch 3 лет назад
Родитель
Сommit
9960383925
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      .gitattributes

+ 6
- 0
.gitattributes Просмотреть файл

@@ -1,2 +1,8 @@
*.ex diff=elixir *.ex diff=elixir
*.exs diff=elixir *.exs diff=elixir
# At the time of writing all 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

Загрузка…
Отмена
Сохранить