mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update .gitattributes
This commit is contained in:
parent
007c4e802a
commit
2b098dabfe
1 changed files with 6 additions and 1 deletions
7
.gitattributes
vendored
7
.gitattributes
vendored
|
|
@ -3,8 +3,13 @@ app/config/* linguist-detectable=false
|
|||
app/config/*/* linguist-detectable=false
|
||||
app/config/*/*/* linguist-detectable=false
|
||||
app/config/*/*/*/* linguist-detectable=false
|
||||
app/src/* linguist-detectable=false
|
||||
app/src/* linguist-detectable=false
|
||||
app/src/*/* linguist-detectable=false
|
||||
app/src/*/*/* linguist-detectable=false
|
||||
app/src/*/*/*/* linguist-detectable=false
|
||||
tests/* linguist-detectable=false
|
||||
tests/*/* linguist-detectable=false
|
||||
tests/*/*/* linguist-detectable=false
|
||||
tests/*/*/*/* linguist-detectable=false
|
||||
tests/*/*/*/*/* linguist-detectable=false
|
||||
tests/*/*/*/*/* linguist-detectable=false
|
||||
|
|
|
|||
Loading…
Reference in a new issue