mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
mono repo
This commit is contained in:
16
.jscpd.json
Normal file
16
.jscpd.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"pattern": "**/*",
|
||||
"ignore": [
|
||||
"**/.expo/**",
|
||||
"**/.turbo/**",
|
||||
"**/mnt/**",
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/android/**"
|
||||
],
|
||||
"threshold": 0,
|
||||
"minTokens": 50,
|
||||
"minLines": 33,
|
||||
"maxLines": 1000,
|
||||
"maxSize": "100kb"
|
||||
}
|
||||
Reference in New Issue
Block a user