mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Updated gitattributes
This commit is contained in:
parent
fa5b90184f
commit
b19991ed9e
1 changed files with 22 additions and 12 deletions
34
.gitattributes
vendored
34
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue