mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 01:02:52 +08:00
19 lines
285 B
TypeScript
19 lines
285 B
TypeScript
export const HIDDEN_EXTENSIONS = [
|
|
'adminpack',
|
|
'amcheck',
|
|
'file_fdw',
|
|
'lo',
|
|
'old_snapshot',
|
|
'pageinspect',
|
|
'pg_buffercache',
|
|
'pg_freespacemap',
|
|
'pg_prewarm',
|
|
'pg_surgery',
|
|
'pg_visibility',
|
|
'pgstattuple',
|
|
'supabase_vault',
|
|
'intagg',
|
|
'xml2',
|
|
'pg_tle',
|
|
]
|