1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Updated gitattributes

This commit is contained in:
Eldad Fux 2021-11-28 01:56:10 +02:00
parent fa5b90184f
commit b19991ed9e

34
.gitattributes vendored
View file

@ -1,20 +1,30 @@
app/* linguist-detectable=false
app/* linguist-detectable=false
app/*/* linguist-detectable=false
app/*/*/* linguist-detectable=false
app/*/*/*/* linguist-detectable=false
app/*/*/*/*/* linguist-detectable=false
; app/* linguist-detectable=false
; app/* linguist-detectable=false
; app/*/* linguist-detectable=false
; app/*/*/* linguist-detectable=false
; app/*/*/*/* linguist-detectable=false
; app/*/*/*/*/* linguist-detectable=false
app/config/* linguist-detectable=false
app/config/* linguist-detectable=false
app/config/*/* linguist-detectable=false
app/config/*/*/* linguist-detectable=false
app/config/*/*/*/* linguist-detectable=false
# src/* linguist-detectable=false
# src/* linguist-detectable=false
# src/*/* linguist-detectable=false
# src/*/*/* linguist-detectable=false
# src/*/*/*/* linguist-detectable=false
# src/*/*/*/*/* linguist-detectable=false
app/controllers/* linguist-detectable=false
app/controllers/* linguist-detectable=false
app/controllers/*/* linguist-detectable=false
app/controllers/*/*/* linguist-detectable=false
app/controllers/*/*/*/* linguist-detectable=false
app/workers/* linguist-detectable=false
app/workers/* linguist-detectable=false
app/workers/*/* linguist-detectable=false
app/workers/*/*/* linguist-detectable=false
app/workers/*/*/*/* linguist-detectable=false
; src/* linguist-detectable=false
; src/* linguist-detectable=false
; src/*/* linguist-detectable=false
; src/*/*/* linguist-detectable=false
; src/*/*/*/* linguist-detectable=false
; src/*/*/*/*/* linguist-detectable=false
tests/* linguist-detectable=false
tests/*/* linguist-detectable=false
tests/*/*/* linguist-detectable=false