mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 01:54:25 +08:00
15 lines
231 B
TypeScript
15 lines
231 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',
|
|
]
|