1
0
Fork 0
mirror of synced 2024-04-26 17:12:23 +12:00

fix(git): .gitattributes syntax

This commit is contained in:
Torsten Dittmann 2021-12-01 16:41:56 +01:00
parent 3d2cd66466
commit 83394170a1

18
.gitattributes vendored
View file

@ -1,34 +1,16 @@
; 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
app/views/* linguist-detectable=false
app/views/* linguist-detectable=false
app/views/*/* linguist-detectable=false
app/views/*/*/* linguist-detectable=false
app/views/*/*/*/* 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/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/Appwrite/Auth/* linguist-detectable=false
; src/Appwrite/Auth/*/* linguist-detectable=false
; src/Appwrite/Auth/*/*/* linguist-detectable=false
src/* linguist-detectable=false
src/* linguist-detectable=false
src/*/* linguist-detectable=false
src/*/*/* linguist-detectable=false